summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-251-4/+3
* st/mesa: Fix recurring surfaceless contextsBenjamin Franzke2012-01-251-2/+4
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-241-1/+7
* glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee2012-01-241-2/+2
* mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace2012-01-241-3/+10
* glsl: Fix isinf() for non-C99-compliant compilers.Paul Berry2012-01-241-14/+22
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-246-18/+37
* i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke2012-01-241-1/+12
* i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke2012-01-241-1/+7
* i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2012-01-242-5/+8
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-242-5/+5
* i965: Add support for Z16 depth formats.Eric Anholt2012-01-242-0/+10
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-241-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-241-1/+0
* glsl: Fix leak of linked uniform names at relink/free of the shader_program.Eric Anholt2012-01-241-1/+1
* glsl: Fix leak of LinkedTransformFeedback.Varyings.Eric Anholt2012-01-241-1/+1
* mesa: Fix leak of uniform storage records on shader program link/free.Eric Anholt2012-01-241-0/+2
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-241-0/+2
* i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt2012-01-241-4/+0
* i965: Fix refcount leak of the gl_program structure.Eric Anholt2012-01-241-0/+2
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-245-6/+12
* mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul2012-01-242-3/+9
* mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formatsBrian Paul2012-01-241-0/+4
* mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul2012-01-241-0/+10
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-241-1/+9
* intel: Return if pointer to intel_context is nullAnuj Phogat2012-01-241-7/+7
* intel: Fix warnings of undefined ffs().Eric Anholt2012-01-241-0/+1
* i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace2012-01-241-4/+6
* nvc0: fix some limit cap valuesChristoph Bumiller2012-01-241-9/+15
* mesa: allocate transform_feedback_info::Outputs array dynamicallyChristoph Bumiller2012-01-242-39/+57
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-243-10/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-249-21/+84
* r600g: fix interpolation with clipvertexVadim Girlin2012-01-241-0/+3
* r600g: fix VS fog exportVadim Girlin2012-01-231-0/+5
* r600g: fix typo in evergreen registerAlex Deucher2012-01-231-7/+6
* r600g: take into account kcache banks for bank swizzle checkVadim Girlin2012-01-231-2/+2
* r600g: implement clip vertex v2Vadim Girlin2012-01-2310-113/+196
* r600g: improve kcache line sets handling v2Vadim Girlin2012-01-234-86/+216
* r600g: implement clip distancesVadim Girlin2012-01-236-17/+111
* r600g: implement two-sided lighting (v3)Vadim Girlin2012-01-236-25/+135
* r600g: srgb mode is only valid on certain format types.Dave Airlie2012-01-231-0/+8
* r600g: make INTERP_LOAD_P0 vector-onlyVadim Girlin2012-01-231-0/+1
* r600g: fixup AR handling (v5)Dave Airlie2012-01-234-7/+106
* r600g: add workaround for original R600 PS setupAlex Deucher2012-01-231-2/+7
* r600g: add missing r32 uint/sint fbo formats.Dave Airlie2012-01-232-0/+8
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-193-10/+3
* mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke2012-01-191-1/+1
* i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace2012-01-191-2/+15
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-192-1/+14
* intel: Drop the version override code now that we don't have any left.Eric Anholt2012-01-191-8/+0