aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-5/+0
* i965: Remove dead vertex buffer structs.Kenneth Graunke2011-04-201-25/+0
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-208-10/+27
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-1/+31
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-183-46/+37
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-183-19/+25
* i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.Eric Anholt2011-04-171-6/+0
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-175-31/+58
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-134-0/+16
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-133-0/+45
* i965: Change assertion condition from implicit to explicitChad Versace2011-04-121-2/+1
* i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace2011-04-121-0/+1
* i965: Document brw_context.state.depth_regionChad Versace2011-04-122-1/+23
* i965: Remove unnecessary release/reference of brw_context.state.depth_regionChad Versace2011-04-121-6/+4
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-122-4/+10
* i965: Never enable the GS on Gen6.Kenneth Graunke2011-04-121-32/+16
* Revert "i965: Reinstate max-index paranoia"Chris Wilson2011-04-121-1/+1
* Merge branch 'arb_sampler_objects'Brian Paul2011-04-114-29/+30
|\
| * mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-104-29/+30
* | Revert "i965: clear global offset to zero in m0.2 for VS DP read."Zou Nan hai2011-04-121-9/+0
* | i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-113-76/+13
* | i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-113-8/+17
* | i965: Change the SF unit from state caching to state streaming.Eric Anholt2011-04-113-107/+45
* | i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt2011-04-111-69/+70
|/
* i965/fs: Remove broken optimization for live intervals in loops.Eric Anholt2011-04-081-4/+2
* i965: clear global offset to zero in m0.2 for VS DP read.Zou Nan hai2011-04-071-0/+9
* i965: Add the missing supportable EXT_texture_snorm formatsIan Romanick2011-04-041-0/+4
* i965/fs: Switch W and 1/W in Sandybridge interpolation setup.Kenneth Graunke2011-04-021-4/+4
* i965: Fix null register use in Sandybridge implied move resolution.Kenneth Graunke2011-04-031-9/+8
* i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt2011-04-013-4/+13
* mesa: Fix ugly indentation left from previous commitIan Romanick2011-03-291-23/+21
* glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick2011-03-291-31/+6
* intel: fix buildMarek Olšák2011-03-291-1/+1
* i965: Avoid name clash of loop counter and memberChris Wilson2011-03-291-5/+5
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-1/+1
* i965: Resolve implied moves in brw_dp_READ_4_vs_relative.Kenneth Graunke2011-03-291-1/+3
* i965: Refactor Sandybridge implied move handling.Kenneth Graunke2011-03-291-36/+32
* i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.Kenneth Graunke2011-03-261-3/+5
* i965/fs: Use different name for inner loop counterIan Romanick2011-03-251-2/+2
* i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt2011-03-243-18/+36
* i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads.Eric Anholt2011-03-241-2/+2
* i965/fs: Clean up the emit calls by introducing emit() overload helpers.Eric Anholt2011-03-242-223/+203
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-173-12/+0
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-164-11/+11
* i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2011-03-162-9/+9
* i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke2011-03-163-17/+17
* i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt2011-03-153-0/+13
* i965: Do our lowering passes before the loop of optimization.Eric Anholt2011-03-151-10/+8
* i965: Enable texture lookups whose return type is 'float'Kenneth Graunke2011-03-141-1/+4
* i965: Fix tex_swizzle when depth mode is GL_REDChad Versace2011-03-141-1/+2