mesa/main: Add generic bits of ARB_clear_texture implementation
[mesa.git] / src / mesa / drivers /
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-07-21 Kenneth Graunkei965: Add missing persample_shading field to brw_wm_deb...
2014-07-21 Kenneth Graunkei965/disasm: Don't disassemble the URB complete field...
2014-07-21 Kenneth Graunkei965: Disable hex offset printing in disassembly.
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-21 Matt Turneri965/cfg: Add a foreach_block_and_inst macro.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-19 Ian Romanicki965: Silence unused parameter warning
2014-07-19 Ian Romanicki965: Silence 'comparison is always true' warning
2014-07-19 Ian Romanicki965: Silence many unused parameter warnings
2014-07-18 Jason EkstrandAdd support for RGBA8 and RGBX8 textures in intel_texsu...
2014-07-18 Jason Ekstrandi965: Improve debug output in intelTexImage and intelTe...
2014-07-17 Marek Olšákst/mesa,gallium: add a workaround for Unigine Heaven...
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-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 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-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 Kenneth Graunkemeta: Call glObjectLabel before linking.
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 Mirkini965: expose AMD_vertex_shader_viewport_index on gen7+
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 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.
2014-07-01 Matt Turneri965: Add and use foreach_inst_in_block macros.
2014-07-01 Matt Turneri965/fs: Use is_head_sentinel() instead of ->prev ...
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-07-01 Matt Turnermesa: Add and use foreach_in_list_use_after.
2014-07-01 Matt Turneri965/fs: Mark predicated PLN instructions with dependen...
2014-07-01 Matt Turneri965/fs: Predicate PLN instructions used in unlit centr...
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
next