aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Label JIP and UIP in Broadwell shader disassembly.Kenneth Graunke2014-02-071-2/+6
* i965: Don't disassemble UIP field for Broadwell WHILE instructions.Kenneth Graunke2014-02-071-2/+1
* i965: Don't print source registers for Broadwell flow control.Kenneth Graunke2014-02-071-13/+14
* i965: Fix fast depth clear values on Broadwell.Kenneth Graunke2014-02-071-1/+4
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-082-1/+3
* i965/vec4: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+32
* i965/fs: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+35
* i965: Add surface format overrides for Gen6 gatherChris Forbes2014-02-081-5/+32
* i965: Add Gen6 gather wa to sampler keyChris Forbes2014-02-082-0/+32
* i965: Add some informative debug when the X Server botches DRI2 GetBuffers.Eric Anholt2014-02-071-1/+11
* i965: Remove redundant check in blitter-based glBlitFramebuffer().Eric Anholt2014-02-071-10/+0
* i965: Fix Gen8+ disassembly of half float subregister numbers.Kenneth Graunke2014-02-071-0/+1
* i965: Use the new brw_load_register_mem helper for draw indirect.Kenneth Graunke2014-02-071-31/+22
* i965: Implement a brw_load_register_mem helper function.Kenneth Graunke2014-02-072-0/+32
* i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.Kenneth Graunke2014-02-072-4/+4
* i965: Add missing null check in fs_visitor::dead_code_eliminate_local()Juha-Pekka Heikkila2014-02-071-0/+4
* i965/vs: Fix typo in brw_compute_vue_mapChris Forbes2014-02-051-1/+1
* i965: Fix register types in dump_instructions().Kenneth Graunke2014-02-054-2/+32
* i965/fs: Assume FBO rendering in precompile if MRT.Chris Forbes2014-02-061-4/+5
* i965/fs: Guess nr_color_regions better in precompileChris Forbes2014-02-061-1/+3
* i965: Move intel_prepare_render() above first buffer accessKristian Høgsberg2014-02-052-4/+4
* i965/cs: Allow ARB_compute_shader to be enabled via env var.Paul Berry2014-02-052-1/+13
* i965/cs: Create the brw_compute_program struct, and the code to initialize it.Paul Berry2014-02-052-0/+19
* i965/blorp: do not use unnecessary hw-blending supportTopi Pohjolainen2014-02-041-20/+0
* i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().Kenneth Graunke2014-02-031-8/+2
* i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().Kenneth Graunke2014-02-031-7/+1
* i965: Create drm_intel_bo_map wrappers with performance warnings.Kenneth Graunke2014-02-032-0/+46
* mesa: remove target param from ctx->Driver.TexParameter()Brian Paul2014-02-023-5/+4
* swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()Brian Paul2014-02-021-3/+1
* radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()Brian Paul2014-02-021-4/+2
* r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2()Brian Paul2014-02-021-4/+2
* i965: Silence unused variable 'ctx' warning.Kenneth Graunke2014-01-311-1/+0
* i965: Fix math instruction hstride assertions on Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Disable 3DSTATE_WM_HZ_OP fields.Kenneth Graunke2014-01-312-0/+10
* i965: Update GS state for Broadwell.Kenneth Graunke2014-01-315-1/+155
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-317-1/+135
* i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.Kenneth Graunke2014-01-314-1/+180
* i965: Update BLEND_STATE for Broadwell.Kenneth Graunke2014-01-314-1/+216
* i965: Update SF_CLIP_VIEWPORT for Broadwell.Kenneth Graunke2014-01-314-1/+121
* i965: Rework SURFACE_STATE entries for Broadwell.Kenneth Graunke2014-01-315-1/+385
* i965: Update SOL state for Broadwell.Kenneth Graunke2014-01-317-19/+215
* i965: Update the code that disables unused shader stages for Broadwell.Kenneth Graunke2014-01-315-1/+122
* i965: Update 3DSTATE_CLIP for Broadwell.Kenneth Graunke2014-01-312-3/+8
* i965: Rework vertex uploads for Broadwell.Kenneth Graunke2014-01-317-3/+274
* i965: Update STATE_BASE_ADDRESS for Broadwell.Kenneth Graunke2014-01-314-1/+76
* i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.Kenneth Graunke2014-01-315-2/+237
* i965: Rework 3DSTATE_VS for Broadwell.Kenneth Graunke2014-01-315-3/+144
* i965: Add the new 3DSTATE_PS_BLEND state packet.Kenneth Graunke2014-01-315-0/+142
* i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.Kenneth Graunke2014-01-315-1/+131
* i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke2014-01-315-2/+311