summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-22i915g: Support more texture and render target formats.Stéphane Marchesin5-11/+75
2011-06-22r600c: add missing bank tiling case for evergreenAlex Deucher1-0/+3
2011-06-22r600g: fix num_banks interpretation on eg+Alex Deucher1-1/+14
2011-06-22r600g: Fix use of uninitialized local variable extra_size.Michel Dänzer1-1/+1
2011-06-22mesa: comments and 80-column wrappingBrian Paul1-6/+21
2011-06-22mesa: update comments in update_program_enables()Brian Paul1-1/+4
2011-06-22mesa: update/fix comments in update_program()Brian Paul1-17/+16
2011-06-22mesa: update comment for gl_texture_unitBrian Paul1-2/+1
2011-06-22xorg/nouveau: blacklist all pre NV30 cardsMarcin Slusarz2-9/+57
2011-06-22r600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonindexed with offsetAndre Maasikas1-60/+8
2011-06-21r600g: fix fbo depth/stencil texture allocation for evergreen+Alex Deucher1-3/+8
2011-06-21intel: Allocate s8_z24 non-texture renderbuffers when using separate stencilChad Versace1-3/+81
2011-06-21intel: Unobfuscate intel_alloc_renderbuffer_storageChad Versace1-17/+17
2011-06-21intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...Chad Versace4-44/+118
2011-06-21intel: Unconditionally enable support for S8_Z24 texture formatChad Versace1-1/+1
2011-06-21egl_dri2/wayland: Hook up new buffer.release eventBenjamin Franzke3-18/+129
2011-06-21winsys/wayland: Fix warningBenjamin Franzke1-0/+1
2011-06-21st/mesa: Invalidate drawables on context switchBenjamin 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-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