summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-24i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke1-1/+7
2012-01-24glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-2/+2
2012-01-24mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace1-3/+10
2012-01-24glsl: Fix isinf() for non-C99-compliant compilers.Paul Berry1-14/+22
2012-01-24mesa: Set default access flags based on the run-time APIIan Romanick6-18/+37
2012-01-24i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke1-1/+12
2012-01-24i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke1-1/+7
2012-01-24i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2-5/+8
2012-01-24intel: Set depth to 6 for cubemapsIan Romanick2-5/+5
2012-01-24i965: Add support for Z16 depth formats.Eric Anholt2-0/+10
2012-01-24i965/gen7: Set up surface horizontal alignment field.Eric Anholt1-1/+4
2012-01-24i965/gen7: Remove stale comment.Eric Anholt1-1/+0
2012-01-24glsl: Fix leak of linked uniform names at relink/free of the shader_program.Eric Anholt1-1/+1
2012-01-24glsl: Fix leak of LinkedTransformFeedback.Varyings.Eric Anholt1-1/+1
2012-01-24mesa: Fix leak of uniform storage records on shader program link/free.Eric Anholt1-0/+2
2012-01-24i965: Fix leak of the program cache BO on context destroy.Eric Anholt1-0/+2
2012-01-24i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt1-4/+0
2012-01-24i965: Fix refcount leak of the gl_program structure.Eric Anholt1-0/+2
2012-01-24mesa: Make the register allocator allocation take a ralloc context.Eric Anholt5-6/+12
2012-01-24mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul2-3/+9
2012-01-24mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formatsBrian Paul1-0/+4
2012-01-24mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul1-0/+10
2012-01-24i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke1-1/+9
2012-01-24intel: Return if pointer to intel_context is nullAnuj Phogat1-7/+7
2012-01-24intel: Fix warnings of undefined ffs().Eric Anholt1-0/+1
2012-01-24i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace1-4/+6
2012-01-24nvc0: fix some limit cap valuesChristoph Bumiller1-9/+15
2012-01-24mesa: allocate transform_feedback_info::Outputs array dynamicallyChristoph Bumiller2-39/+57
2012-01-24nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller3-10/+10
2012-01-24nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller9-21/+84
2012-01-24r600g: fix interpolation with clipvertexVadim Girlin1-0/+3
2012-01-23r600g: fix VS fog exportVadim Girlin1-0/+5
2012-01-23r600g: fix typo in evergreen registerAlex Deucher1-7/+6
2012-01-23r600g: take into account kcache banks for bank swizzle checkVadim Girlin1-2/+2
2012-01-23r600g: implement clip vertex v2Vadim Girlin10-113/+196
2012-01-23r600g: improve kcache line sets handling v2Vadim Girlin4-86/+216
2012-01-23r600g: implement clip distancesVadim Girlin6-17/+111
2012-01-23r600g: implement two-sided lighting (v3)Vadim Girlin6-25/+135
2012-01-23r600g: srgb mode is only valid on certain format types.Dave Airlie1-0/+8
2012-01-23r600g: make INTERP_LOAD_P0 vector-onlyVadim Girlin1-0/+1
2012-01-23r600g: fixup AR handling (v5)Dave Airlie4-7/+106
2012-01-23r600g: add workaround for original R600 PS setupAlex Deucher1-2/+7
2012-01-23r600g: add missing r32 uint/sint fbo formats.Dave Airlie2-0/+8
2012-01-19i965: Remove the INTEL_OLD_VS option.Kenneth Graunke3-10/+3
2012-01-19mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke1-1/+1
2012-01-19i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace1-2/+15
2012-01-19mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2-1/+14
2012-01-19intel: Drop the version override code now that we don't have any left.Eric Anholt1-8/+0
2012-01-19i965: Fix gen6,gen7 when used with a non-HiZ capable DDXChad Versace1-4/+13
2012-01-19intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat1-5/+7