75400 Commits (37d0aea772a39f9ae7fe3d791e23c1be03ccf9de)
 

Author SHA1 Message Date
  Kenneth Graunke 8c4deb10df i965: Separate base offset/constant offset combining from remapping. 9 years ago
  Kenneth Graunke 106c3a8a48 nir: Fix number of indices on shared variable store intrinsics. 9 years ago
  Ian Romanick 96dc732ed8 meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER 9 years ago
  Samuel Pitoiset 71135e275f nvc0: check return value of nvc0_program_validate() 9 years ago
  Samuel Pitoiset 54f58210c2 nv50: check return value of nouveau_object_new() 9 years ago
  Samuel Pitoiset 3f7462b792 nv50,nvc0: make use of unreachable() when invalid texture target happens 9 years ago
  Christian König 8b52fa71ac st/va: handle default post process regions 9 years ago
  Christian König f6dd31c1cf st/va: fix unused variable warning 9 years ago
  Christian König 025d97381e st/va: clean up post process includes 9 years ago
  Christian König 27a276f625 st/va: cleanup filter color standard handling 9 years ago
  Tapani Pälli 8b79258cfe meta: clear_state structure cleanup 9 years ago
  Ilia Mirkin eca8f38dcf glsl: assign varying locations to tess shaders when doing SSO 9 years ago
  Neil Roberts 839793680f i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals 9 years ago
  Neil Roberts 43f4be5f06 i965: Add B8G8R8X8_SRGB to the alpha format override 9 years ago
  Neil Roberts c769efda93 i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format 9 years ago
  Ilia Mirkin 7752bbc44e gk104/ir: simplify and fool-proof texbar algorithm 9 years ago
  Ilia Mirkin d35695096d nv50/ir: combine sequences of conversions 9 years ago
  Ilia Mirkin dbca0f3eba nv50/ir: manually optimize multiplication expansion logic 9 years ago
  Ilia Mirkin 3af83c4bc7 nv50/ir: fix imul emission in the presence of an immediate 9 years ago
  Ilia Mirkin a0b5d5beed nv50/ir: teach post-ra immediate folding into mad about integers 9 years ago
  Ilia Mirkin ab70ea1353 nv50/ir: add short imad support 9 years ago
  Ilia Mirkin 6aca7fecb7 nv50/ir: can't have predication and immediates 9 years ago
  Ilia Mirkin 69e8b476d0 nv50/ir: fix texture grad for cubemaps 9 years ago
  Ilia Mirkin a27548400e nv50/ir: fix assumption that prog->maxGPR is in 32-bit reg units 9 years ago
  Nicolai Hähnle d640f179d3 gallium/ddebug: regularly log the total number of draw calls 9 years ago
  Nicolai Hähnle b86d5ccae2 gallium/ddebug: add GALLIUM_DDEBUG_SKIP option 9 years ago
  Roland Scheidegger af7ba989fb llvmpipe: fix layer/vp input into fs when not written by prior stages 9 years ago
  Brian Paul 27d5be0b8f svga: avoid emitting redundant SetSamplers() commands 9 years ago
  Brian Paul 1291e910d5 svga: avoid emitting redundant SetIndexBuffer commands 9 years ago
  Brian Paul 71f19dd201 st/mesa: trivial indentation fix 9 years ago
  Brian Paul c877f1aeef util/blitter: minor formatting fixes 9 years ago
  Jason Ekstrand b8425bb1e8 i965/fs: Use the correct source for local memory load offsets 9 years ago
  Kenneth Graunke fadf378497 i965: Add Gen8+ tessellation control shader state (3DSTATE_HS). 9 years ago
  Kenneth Graunke b3c32f5f34 i965: Add Gen7+ tessellation engine state (3DSTATE_TE). 9 years ago
  Kenneth Graunke 37b0b11cef i965: Add Gen8+ tessellation evaluation shader state (3DSTATE_DS). 9 years ago
  Kenneth Graunke 86a6eda9bc i965: Add tessellation shader push constant support. 10 years ago
  Kenneth Graunke c59d1b1fd1 i965: Add tessellation shader sampler support. 10 years ago
  Kenneth Graunke f34c04fda6 i965: Add tessellation shader surface support. 10 years ago
  Kenneth Graunke 82455e5396 i965: Make fs_visitor::emit_urb_writes set EOT for TES as well. 9 years ago
  Kenneth Graunke 7e0c22d461 i965: Don't hardcode g1 for URB handles in fs_visitor::emit_urb_writes(). 9 years ago
  Kenneth Graunke 77b338d63b i965: Make brw_set_message_descriptor() non-static. 9 years ago
  Kristian Høgsberg Kristensen c51f133197 i965: Move brw_cs_fill_local_id_payload() to libi965_compiler 9 years ago
  Eric Anholt 076551116e vc4: Add quick algebraic optimization for clamping of unpacked values. 9 years ago
  Eric Anholt e3efc4b023 vc4: When doing algebraic optimization into a MOV, use the right MOV. 9 years ago
  Eric Anholt 2591beef89 vc4: Fix handling of src packs on in qir_follow_movs(). 9 years ago
  Eric Anholt b70a2f4d81 vc4: Add missing progress note in opt_algebraic. 9 years ago
  Eric Anholt 5989ef2b0f vc4: Add debugging of the estimated time to run the shader to shader-db. 9 years ago
  Eric Anholt 53b2523c6e vc4: Fix handling of sample_mask output. 9 years ago
  Edward O'Callaghan 53609de762 softpipe: enable GL_ARB_viewport_array support, update GL3.txt doc 9 years ago
  Edward O'Callaghan 00f97ad5de softpipe: implement some support for multiple viewports 9 years ago