r600g: Implement GL_ARB_texture_gather
[mesa.git] / src / mesa /
2014-07-17 Anuj Phogati965: Fix z_offset computation in intel_miptree_unmap_d...
2014-07-17 Anuj PhogatRevert "i965: Extend compute-to-mrf pass to understand...
2014-07-17 Adel Gadllahi915: Fix up intelInitScreen2 for DRI3
2014-07-17 Pavel Popovmesa: Fix regression introduced by commit "mesa: fix...
2014-07-16 Kenneth GraunkeRevert "i965: Implement GL_PRIMITIVES_GENERATED with...
2014-07-16 Kenneth Graunkei965: Don't copy propagate abs into Broadwell logic...
2014-07-16 Kenneth Graunkei965/fs: Use WE_all for gl_SampleID header register...
2014-07-16 Kenneth Graunkei965/fs: Set force_uncompressed and force_sechalf on...
2014-07-16 Kenneth Graunkei965: Set execution size to 8 for instructions with...
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_...
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_BORDER queries outside...
2014-07-15 Ian Romanickmesa: Handle uninitialized textures like other textures...
2014-07-15 Matt Turneri965/fs: Relax interference check in register coalescing.
2014-07-15 Matt Turneri965/fs: Perform CSE on sends-from-GRF rather than...
2014-07-15 Matt Turneri965: Initialize new chunks of realloc'd memory.
2014-07-14 Matt Turneri965/vec4: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/vec4: Move aeb list into opt_cse_local.
2014-07-14 Matt Turneri965/fs: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/fs: Move aeb list into opt_cse_local.
2014-07-13 Jon TURNEYAvoid mesa_dri_drivers import lib being installed
2014-07-12 Chris Forbesi965/vec4: Silence warnings about unhandled interpolati...
2014-07-12 Chris Forbesi965/fs: add support for ir_*_interpolate_at_* expressions
2014-07-12 Chris Forbesi965/fs: Skip channel expressions splitting for interpo...
2014-07-12 Chris Forbesi965/fs: add generator support for pixel interpolator...
2014-07-12 Chris Forbesi965: add low-level support for send to pixel interpolator
2014-07-12 Chris Forbesi965/disasm: add support for pixel interpolator messages
2014-07-12 Chris Forbesi965: Add message descriptor bit definitions for pixel...
2014-07-11 Chris Forbesi965/disasm: Disassemble indirect sends more properly
2014-07-11 Chris Forbesi965: Avoid crashing while dumping vec4 insn operands
2014-07-11 Chris Forbesi965: Fix two broken asserts in brw_eu_emit
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-11 Marek Olšákst/mesa: fix samplerCubeShadow with bias
2014-07-11 Marek Olšákmesa: fix crash in st/mesa after deleting a VAO
2014-07-10 Ilia Mirkini965: forward-declare struct brw_context in brw_reg.h
2014-07-10 Emil Velikovscons: build and use a single dri_common library
2014-07-10 Emil Velikovst/dri/drm: remove __driDriverExtensions and driDriverAPI
2014-07-09 Ilia Mirkinmesa/st: add per sample shading state to fp key and...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-09 Kenneth Graunkemeta: Call glObjectLabel before linking.
2014-07-09 Kenneth Graunkeff_fragment_shader: Access glsl_types directly.
2014-07-09 Brian Paulst/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_ma...
2014-07-09 Brian Paulst/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_...
2014-07-09 Brian Paulst/mesa: fix geometry shader memory leak
2014-07-09 Brian Paulmesa: fix geometry shader memory leaks
2014-07-09 Brian Paulst/mesa: minor simplification of some state atom assign...
2014-07-09 Brian Paulst/mesa: minor fix-up in st_GetSamplePosition()
2014-07-09 Brian Paulmesa: use float to silence MSVC warning in _mesa_GetMul...
2014-07-08 Kenneth Graunkei965/disasm: Fix disassembly of the any16h/all16h predi...
2014-07-08 Matt Turneri965: Remove artificial dependency between math instruc...
2014-07-08 Matt Turneri965/fs: Track dependencies in instruction scheduling...
2014-07-08 Kristian Høgsbergi965: Extend compute-to-mrf pass to understand blocks...
2014-07-07 Matt Turneri965/fs: Disable unlit_centroid_workaround on Haswell.
2014-07-07 Matt Turneri965/vec4: Perform CSE on CMP(N) instructions.
2014-07-07 Matt Turneri965/vec4: Don't emit null MOVs in CSE.
2014-07-07 Matt Turneri965/vec4: Improve CSE performance by expiring some...
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-07 Matt Turneri965: Fix warnings introduced in commit e24ef5ab.
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make backend_instruction usable from C.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-06 Matt Turneri965: Repack backend_instruction struct.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-06 Matt Turneri965: Drop imm union from visitor register classes.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-03 Ilia Mirkinmesa/st: enable AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkini965: expose AMD_vertex_shader_viewport_index on gen7+
2014-07-03 Ilia Mirkinmesa: add support for AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinmesa/st: enable ARB_fragment_layer_viewport
2014-07-02 Eric Anholti965/gen6: Add a spec citation about push constant...
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-02 Eric Anholti965: Fix state flags for gen4/5 CURBE.
2014-07-02 Eric Anholti965: Remove a dead define.
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-07-02 Eric Anholti965: Fix stale comments about the state cache.
2014-07-02 Eric Anholti965: Fix stale binding table comment.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-07-01 Christoph Bumillerst/mesa: add support for indirect drawing
2014-07-01 Dave Airliexmlconfig/dri: bool -> unsigned char
2014-07-01 Cody Northropi965/fs: Update discard jump to preserve uniform loads...
2014-07-01 Matt Turneri965/fs: Mark case unreachable to silence warning.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-07-01 Matt Turneri965/vec4: Remove useless conditionals.
2014-07-01 Matt Turneri965/fs: Pass cfg to calculate_live_intervals().
2014-07-01 Matt Turneri965: Mark fields in the live interval classes protected.
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
next