summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-02i965/fs: Gen4: Zero out extra coordinates when using shadow compareChris Forbes1-1/+7
2013-08-02i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes1-0/+8
2013-07-31i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes1-1/+1
2013-07-31i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes1-6/+21
2013-07-30i965/vs: Fix flaky texture swizzlingChris Forbes1-1/+1
2013-07-30i965/Gen4: Zero extra coordinates for ir_texChris Forbes1-0/+4
2013-07-15i965: fix alpha test for MRTChris Forbes4-9/+8
2013-06-25mesa: Use accessor for stencil reference values in glGetChris Forbes2-2/+6
2013-06-05mesa: Stop clamping stencil reference value at specification timeChris Forbes1-9/+0
2013-06-05swrast: Use accessor for stencil reference valuesChris Forbes1-2/+4
2013-06-05st: Use accessor for stencil reference valuesChris Forbes1-2/+5
2013-06-05radeon: Use accessor for stencil reference valuesChris Forbes2-2/+5
2013-06-05nouveau: Use accessor for stencil reference valuesChris Forbes2-2/+5
2013-06-05intel: Use accessor for stencil reference valuesChris Forbes3-8/+11
2013-06-05mesa: add accessor for effective stencil refChris Forbes1-0/+14
2013-05-10mesa: don't memcmp() off the end of a cache key.Chris Forbes1-2/+9
2013-05-08i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes1-9/+17
2013-04-30i965/vs: Fix Gen4/5 VUE map inconsistency with gl_ClipVertexChris Forbes1-3/+5
2012-12-14i965: expose ARB_texture_cube_map_arrayChris Forbes2-1/+2
2012-12-14i965: fs: Add fixup for textureSize on Gen6/7Chris Forbes1-0/+11
2012-12-14i965: fs: fix gen6+ math operands in one placeChris Forbes2-28/+33
2012-12-14i965: vs: Add fixup for textureSize with cube array samplersChris Forbes1-0/+13
2012-12-14i965/vs: Fix gen6+ math operand quirks in one placeChris Forbes2-34/+28
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes5-3/+11
2012-12-05mesa: expose ARB_texture_cube_map_array in core contexts as wellChris Forbes1-1/+1
2012-11-26i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes2-1/+2
2012-11-26i965: emit w/a for packed attribute formats in VSChris Forbes3-13/+126
2012-11-26i965: set attribute w/a bits for packed formatsChris Forbes1-4/+26
2012-11-26i965: Generalize GL_FIXED VS w/a supportChris Forbes3-14/+26
2012-11-26i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes1-1/+19
2012-11-26i965: implement get_size for 2_10_10_10 formatsChris Forbes1-0/+5
2012-11-26i965/vs: add support for emitting SHL, SHR, ASRChris Forbes2-4/+10
2012-09-16mesa: fix dropped && in glGetStringi()Chris Forbes1-1/+1