| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Disable fast color clears on Skylake for now. | Kenneth Graunke | 2014-11-03 | 1 | -1/+1 |
* | i965/skl: Use new MOCS for SKL | Kristian Høgsberg | 2014-11-03 | 6 | -17/+33 |
* | i965/skl: Implement workaround for VF Invalidate issue | Jordan Justen | 2014-11-03 | 1 | -0/+9 |
* | i965/skl: Update Viewport Z Clip Test Enable bits for Skylake. | Kenneth Graunke | 2014-11-03 | 2 | -2/+10 |
* | i965/skl: Emit extra zeros in 3DSTATE_DS on Skylake. | Kenneth Graunke | 2014-11-03 | 1 | -10/+5 |
* | i965/skl: Init instructions compaction tables for SKL | Kristian Høgsberg | 2014-11-03 | 1 | -0/+1 |
* | i965/skl: Add fast clear resolve rect multipliers for SKL | Kristian Høgsberg | 2014-11-03 | 1 | -2/+5 |
* | i965/skl: Always emit 3DSTATE_BINDING_TABLE_POINTERS_* on Skylake. | Kenneth Graunke | 2014-11-03 | 1 | -1/+1 |
* | i965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake. | Kenneth Graunke | 2014-11-03 | 1 | -1/+1 |
* | i965/skl: Refactor surface state allocation. | Kenneth Graunke | 2014-11-03 | 1 | -10/+16 |
* | i965/skl: Emit extra zeros in STATE_BASE_ADDRESS on Skylake. | Kenneth Graunke | 2014-11-03 | 1 | -2/+11 |
* | i965/skl: Update stencil reference handling for Skylake. | Kenneth Graunke | 2014-11-03 | 3 | -6/+28 |
* | i965/skl: Set mask bits in PIPELINE_SELECT on Skylake. | Kenneth Graunke | 2014-11-03 | 1 | -1/+1 |
* | i965/skl: Set max OpenGL version the same as gen7/8 | Jordan Justen | 2014-11-03 | 1 | -0/+1 |
* | i965/skl: Update 3DSTATE_SBE for Skylake. | Damien Lespiau | 2014-11-03 | 2 | -2/+34 |
* | glsl: Improve the CSE pass debugging output. | Kenneth Graunke | 2014-11-03 | 1 | -1/+8 |
* | i965/fs: Don't compute_to_mrf() on Gen >= 7. | Matt Turner | 2014-11-03 | 1 | -0/+4 |
* | glsl: Remove now useless dot optimization on basis vect | Matt Turner | 2014-11-03 | 3 | -92/+3 |
* | glsl: Emit mul instead of dot if only one component left. | Matt Turner | 2014-11-03 | 1 | -1/+4 |
* | clover: Fix clBuildProgram piglit regression | Tom Stellard | 2014-11-03 | 1 | -4/+4 |
* | gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment. | José Fonseca | 2014-11-03 | 1 | -1/+3 |
* | gallivm: When disassemble a function, start by printing out its name. | José Fonseca | 2014-11-03 | 1 | -0/+1 |
* | i965/chv: Increase VS and GS thread counts | Ben Widawsky | 2014-11-02 | 1 | -2/+2 |
* | gallium/docs: fix NRM, NRM4 docs | Brian Paul | 2014-11-01 | 1 | -12/+24 |
* | softpipe: use the tgsi_free_tokens() function | Brian Paul | 2014-10-31 | 1 | -6/+6 |
* | tgsi: add a tgsi_free_tokens() function | Brian Paul | 2014-10-31 | 2 | -0/+13 |
* | util: simplify u_pstipple.c code | Brian Paul | 2014-10-31 | 1 | -123/+62 |
* | util: simplify temp register selection in u_pstipple.c | Brian Paul | 2014-10-31 | 1 | -27/+18 |
* | util: simplify util_pstipple_create_fragment_shader() params | Brian Paul | 2014-10-31 | 3 | -38/+28 |
* | softpipe: remove unused softpipe_create_fs_variant_exec() parameter | Brian Paul | 2014-10-31 | 3 | -5/+3 |
* | softpipe: check for SP_NEW_STIPPLE when building quad pipeline | Brian Paul | 2014-10-31 | 1 | -0/+1 |
* | r600g: Fix build with opencl and radeonsi disabled | Tom Stellard | 2014-10-31 | 1 | -6/+6 |
* | clover: Fix bug when binary programs are passed to clBuildProgram() v2 | Tom Stellard | 2014-10-31 | 2 | -6/+14 |
* | clover: Factor input validation of clCompileProgram into a new function v2 | Tom Stellard | 2014-10-31 | 1 | -10/+23 |
* | radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 | Tom Stellard | 2014-10-31 | 4 | -59/+127 |
* | r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 | Tom Stellard | 2014-10-31 | 8 | -97/+180 |
* | gallium/radeon: Add query for symbol specific config information | Tom Stellard | 2014-10-31 | 3 | -0/+86 |
* | r300g: remove enabled/disabled hyperz and AA compression messages | Marek Olšák | 2014-10-30 | 1 | -2/+0 |
* | r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' | Dieter Nützel | 2014-10-30 | 1 | -1/+0 |
* | mesa: protect the debug state with a mutex | Chia-I Wu | 2014-10-30 | 2 | -47/+126 |
* | glsl: protect glsl_type with a mutex | Chia-I Wu | 2014-10-30 | 2 | -10/+62 |
* | glsl: protect anonymous struct id with a mutex | Chia-I Wu | 2014-10-30 | 1 | -2/+8 |
* | util: initialize locale_t with a static object | Chia-I Wu | 2014-10-30 | 1 | -10/+8 |
* | configure: check for xlocale.h and strtof | Chia-I Wu | 2014-10-30 | 3 | -8/+11 |
* | util: add _mesa_strtod and _mesa_strtof | Chia-I Wu | 2014-10-30 | 10 | -40/+21 |
* | mesa/gallium: Signal _NEW_TRANSFORM from glClipControl. | Mathias Fröhlich | 2014-10-30 | 2 | -13/+6 |
* | Revert "i965/compaction: Disable compaction on SNB temporarily." | Matt Turner | 2014-10-29 | 1 | -6/+0 |
* | i965/vec4: Perform CSE on MAD instructions with final arguments switched. | Matt Turner | 2014-10-29 | 1 | -1/+5 |
* | i965/fs: Perform CSE on MAD instructions with final arguments switched. | Matt Turner | 2014-10-29 | 1 | -1/+5 |
* | glsl: Drop constant 0.0 components from dot products. | Matt Turner | 2014-10-29 | 1 | -0/+27 |