summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix indentation in st_copy_texsubimage()Brian Paul2012-01-041-5/+5
* st/mesa: remove st_TexImage(), use core Mesa code insteadBrian Paul2012-01-042-242/+41
* st/mesa: refactor gl_TexImage() code into prep_teximage()Brian Paul2012-01-041-17/+38
* intel: Re-enable GL_OES_standard_derivatives on GEN4+Ian Romanick2012-01-041-13/+9
* intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.Eric Anholt2012-01-041-1/+1
* intel: Fix pitch handling for linear blits.Eric Anholt2012-01-041-4/+4
* intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt2012-01-041-1/+3
* Remove xmesa_xf86.hAdam Jackson2012-01-041-197/+0
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-0414-23/+22
* ff_fragment_shader: Don't generate swizzles for scalar combiner inputsIan Romanick2012-01-031-6/+10
* Fix read from pointer after freeAnuj Phogat2012-01-031-2/+3
* st/mesa: use SINT/UINT formats for VertexAttribIPointerChristoph Bumiller2012-01-033-6/+63
* glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storageVadim Girlin2012-01-031-0/+25
* intel: include version.h in intel_screen.c to silence warningBrian Paul2012-01-021-0/+1
* dri_util: Fix order of error and data parameters to dri2CreateContextAttribsIan Romanick2012-01-021-1/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-0211-30/+221
* st/mesa: Reject forward-looking contextsIan Romanick2012-01-021-2/+6
* dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick2012-01-021-12/+79
* glsl-to-tgsi: handle ir_unop_round_evenChristoph Bumiller2012-01-021-1/+4
* glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced()Bryan Cain2012-01-021-2/+7
* swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry2012-01-021-9/+0
* radeon: move declarations before codeBrian Paul2012-01-022-4/+6
* radeon: add casts to silence warningsBrian Paul2012-01-021-2/+2
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-029-309/+111
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* i965: Silence gcc warning about uninitialized "inst" in assert() case.Eric Anholt2012-01-021-1/+1
* i965: Silence gcc warning from resizing EU store changes.Eric Anholt2012-01-021-1/+1
* st_glsl_to_tgsi: translate interp mode for front/back colorDave Airlie2011-12-311-2/+2
* st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()Brian Paul2011-12-301-3/+0
* mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul2011-12-303-14/+10
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-305-170/+98
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-3010-185/+134
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-308-111/+89
* st/mesa: remove TexSubImage code, use core mesa routines instead.Brian Paul2011-12-301-140/+3
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-305-79/+29
* intel: Fix memory leak in intel_miptree_create()Chad Versace2011-12-291-2/+2
* i965/fs: Allow constant propagation into IF with embedded compare.Eric Anholt2011-12-291-0/+1
* intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt2011-12-291-2/+0
* intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt2011-12-291-2/+0
* intel: Make the batchbuffer flush debug more useful.Eric Anholt2011-12-292-3/+5
* intel: Fix performance regression in Lightsmark since HiZ changes.Eric Anholt2011-12-291-0/+3
* intel: Don't consider miptrees for other texture targets to match.Eric Anholt2011-12-292-1/+3
* mesa: Use __builtin_ffsll on Mac OS X.Vinson Lee2011-12-281-1/+1
* mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca2011-12-282-0/+162
* mesa: Remove now unused main/bitset.h.Mathias Fröhlich2011-12-282-162/+0
* mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.Mathias Fröhlich2011-12-286-21/+0
* mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-284-42/+24
* radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-283-38/+37
* nouveau: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-2/+2