summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "st/mesa: don't unreference user attribs up front."Brian Paul2012-03-011-6/+3
* vl: move dirty area handling into winsys abstractionChristian König2012-03-017-10/+56
* vl: hide X latency by using asynchronous requestsChristian König2012-03-011-11/+37
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-013-42/+11
* st/xvmc: remove dst buffer texture workaroundChristian König2012-03-013-23/+11
* vl: rewrite vl DRI backend using XCBChristian König2012-03-016-858/+147
* egl: Don't include strings.h on Windows.José Fonseca2012-03-012-1/+1
* mesa: let GL3 buf obj queries not depend on opengl major versionYuanhan Liu2012-03-011-6/+6
* gallivm: Update comments and prototype of vector-selects.José Fonseca2012-03-011-20/+31
* st/mesa: remove old assertionBrian Paul2012-02-291-3/+0
* r300g: init chan=0 to silence warningBrian Paul2012-02-291-1/+1
* i965: Disable PrimitiveID upload.Kenneth Graunke2012-02-291-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-292-2/+3
* i965: Fix swizzles for system values such as gl_InstanceID.Kenneth Graunke2012-02-291-0/+4
* glsl: Make gl_InstanceID available with GL_ARB_draw_instanced extensionIan Romanick2012-02-291-1/+13
* mesa: Add missing error check for first < 0 in glDrawArraysInstanced().Eric Anholt2012-02-291-0/+6
* mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.Eric Anholt2012-02-291-2/+16
* mesa: Fix display list handling for GL_ARB_draw_instanced.Eric Anholt2012-02-292-6/+28
* mesa: Fix typo in comment.Eric Anholt2012-02-291-1/+1
* i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke2012-02-291-2/+1
* egl/drivers: Convert to automake.Eric Anholt2012-02-296-105/+97
* egl/main: Convert to automake.Eric Anholt2012-02-299-224/+185
* egl: Drop the non-builtin-drivers support.Eric Anholt2012-02-292-30/+2
* egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt2012-02-295-5/+2
* glx: Convert to automake.Eric Anholt2012-02-294-121/+127
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-2910-179/+183
* mesa: Do not invalidate shine tables in compute light positions.Mathias Fröhlich2012-02-291-3/+0
* mesa: Avoid revalidating shine tables in _tnl_RasterPos.Mathias Fröhlich2012-02-291-2/+0
* mesa: Avoid using the shine table for _tnl_RasterPosMathias Fröhlich2012-02-291-1/+5
* mesa: Avoid explicit invalidation of shine tables.Mathias Fröhlich2012-02-291-27/+0
* mesa: Remove gl_light_attrib::_Flags.Mathias Fröhlich2012-02-293-6/+4
* mesa: Remove _CosCutoffNeg from light state.Mathias Fröhlich2012-02-292-6/+2
* util: replace format equality test with compatibility test in blit codeBrian Paul2012-02-291-1/+21
* util: better comment for util_is_format_compatible()Brian Paul2012-02-291-2/+3
* mesa: use arrayObj var in more places in client_state()Brian Paul2012-02-291-3/+3
* mesa: asst. fixes for texture arrays and bordersBrian Paul2012-02-291-12/+20
* mesa: check for no state change in VertexAttribDivisor()Brian Paul2012-02-291-2/+8
* util: fix assertions in u_blitter.c codeBrian Paul2012-02-291-11/+11
* mesa: reorder things in mtypes.hBrian Paul2012-02-291-160/+169
* svga: fix max_lod clamping in update_tss_binding()Brian Paul2012-02-291-2/+2
* st/vdpau: fix use of *.o in Makefile.vdpauChristian König2012-02-291-2/+2
* st/xvmc: fix use of *.o in Makefile.xvmcChristian König2012-02-291-2/+2
* i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt2012-02-284-60/+9
* glcpp: Don't strlen() the output for every token being printed.Kenneth Graunke2012-02-282-24/+28
* ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke2012-02-284-16/+18
* gallivm: add major integer opcodes to the tgsi action handlerDave Airlie2012-02-281-1/+382
* gallivm: drop deprecated opcodesDave Airlie2012-02-281-8/+0
* gallivm: only do rcp/mul for floatingDave Airlie2012-02-281-1/+2
* svga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE.José Fonseca2012-02-284-7/+15
* mesa: Don't disable fast path for normalized typesNeil Roberts2012-02-281-7/+15