summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-21st/mesa: Invalidate drawables on context switchinvalidate-3Benjamin Franzke1-9/+13
2011-06-21r600g: use maths instead of a loop to work out mask.Dave Airlie1-4/+1
2011-06-21r600g: optimise draw vbo function a bit more.Dave Airlie1-43/+9
2011-06-21r600g: reorder LIT instructions to support src == dstPierre-Eric Pelloux-Prayer1-35/+36
2011-06-21nvfx: nasty hack to make glFinish() actually finish..Ben Skeggs3-2/+22
2011-06-20glx: Fix compile.Stéphane Marchesin1-1/+1
2011-06-20st/mesa: Remove unneeded texture format terminators.Stéphane Marchesin1-2/+2
2011-06-20st/mesa: put const qualifer on format_map tableBrian Paul1-1/+1
2011-06-20glx: Bind to our context before __glXSetCurrentContextJeremy Huddleston1-9/+16
2011-06-20glx: Destroy the old context only after the new one has been boundJeremy Huddleston1-7/+7
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston7-1/+20
2011-06-20glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...Jeremy Huddleston1-1/+1
2011-06-20linker: Reject shaders that use too many varyingsIan Romanick1-5/+36
2011-06-20glw: Mark all extern symbols GLAPI to regain default visibility (#31294)Dan Nicholson2-6/+6
2011-06-20i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt3-1/+45
2011-06-20i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt5-0/+16
2011-06-20i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.Eric Anholt4-3/+23
2011-06-20i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.Eric Anholt1-8/+21
2011-06-20i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt3-6/+3
2011-06-20i965/gen4: Remove old VS unit state key structure.Eric Anholt1-12/+0
2011-06-20i965/gen6: Add missing state flag for VS push constants.Eric Anholt1-1/+1
2011-06-20i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2-6/+11
2011-06-20i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2-3/+6
2011-06-20wayland: Pass use_invalidate extension to driverKristian Høgsberg2-2/+3
2011-06-20egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke1-0/+9
2011-06-20docs: update EGL for changed configure optionsChia-I Wu3-47/+27
2011-06-20configure.ac: remove deprecated EGL optionsChia-I Wu1-9/+0
2011-06-20xorg/nouveau: rename to nouveau2Marcin Slusarz2-8/+8
2011-06-20st/xorg: initialize drm_mode.typeMarcin Slusarz1-0/+1
2011-06-20st/xorg: add GALLIUM_AUXILIARIES to target dependenciesMarcin Slusarz1-1/+1
2011-06-20gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2-16/+0
2011-06-20st/xorg: fix crash triggered by rendercheck -t composite -f a8r8g8b8 -o Src, ...Marcin Slusarz1-1/+1
2011-06-20st/xorg: fix crash triggered by rendercheck -t blend -f a8r8g8b8 -o ClearMarcin Slusarz1-2/+2
2011-06-20r600g: implement seamless_cube_map on r600-r700Marek Olšák3-7/+46
2011-06-19r600g: remove some magic numbersMarek Olšák2-2/+13
2011-06-19configure.ac: add back --enable-gallium-eglMarek Olšák1-4/+27
2011-06-19configure.ac: Avoid running llvm-config when it hadn't been checked for.Cyril Brulebois1-0/+2
2011-06-19configure.ac: build r600g by defaultMarek Olšák1-2/+2
2011-06-19configure.ac: add option --with-gallium-drivers=DIRSMarek Olšák1-108/+57
2011-06-19configure.ac: remove --with-state-trackersMarek Olšák1-142/+75
2011-06-19configure.ac: remove redundant option --enable-gallium-eglMarek Olšák1-26/+4
2011-06-19u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák4-36/+36
2011-06-19r600g: fix warning: assignment discards qualifiers from pointer target typeMarek Olšák1-1/+2
2011-06-19u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák1-0/+5
2011-06-18i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke2-1/+2
2011-06-18i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke5-7/+76
2011-06-18i965/fs: Refactor texture result swizzling into a helper function.Kenneth Graunke2-9/+21
2011-06-18i965/fs: Move sampler fetch to the top of the ir_texture visit function.Kenneth Graunke1-6/+3
2011-06-18i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.Kenneth Graunke2-2/+39
2011-06-18i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.Kenneth Graunke1-1/+31