aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel: Allocate s8_z24 non-texture renderbuffers when using separate stencilChad Versace2011-06-211-3/+81
* intel: Unobfuscate intel_alloc_renderbuffer_storageChad Versace2011-06-211-17/+17
* intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...Chad Versace2011-06-214-44/+118
* intel: Unconditionally enable support for S8_Z24 texture formatChad Versace2011-06-211-1/+1
* egl_dri2/wayland: Hook up new buffer.release eventBenjamin Franzke2011-06-213-18/+129
* winsys/wayland: Fix warningBenjamin Franzke2011-06-211-0/+1
* st/mesa: Invalidate drawables on context switchBenjamin Franzke2011-06-211-9/+13
* r600g: use maths instead of a loop to work out mask.Dave Airlie2011-06-211-4/+1
* r600g: optimise draw vbo function a bit more.Dave Airlie2011-06-211-43/+9
* r600g: reorder LIT instructions to support src == dstPierre-Eric Pelloux-Prayer2011-06-211-35/+36
* nvfx: nasty hack to make glFinish() actually finish..Ben Skeggs2011-06-213-2/+22
* glx: Fix compile.Stéphane Marchesin2011-06-201-1/+1
* st/mesa: Remove unneeded texture format terminators.Stéphane Marchesin2011-06-201-2/+2
* st/mesa: put const qualifer on format_map tableBrian Paul2011-06-201-1/+1
* glx: Bind to our context before __glXSetCurrentContextJeremy Huddleston2011-06-201-9/+16
* glx: Destroy the old context only after the new one has been boundJeremy Huddleston2011-06-201-7/+7
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-207-1/+20
* glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...Jeremy Huddleston2011-06-201-1/+1
* linker: Reject shaders that use too many varyingsIan Romanick2011-06-201-5/+36
* glw: Mark all extern symbols GLAPI to regain default visibility (#31294)Dan Nicholson2011-06-202-6/+6
* i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt2011-06-203-1/+45
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-205-0/+16
* i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.Eric Anholt2011-06-204-3/+23
* i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.Eric Anholt2011-06-201-8/+21
* i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt2011-06-203-6/+3
* i965/gen4: Remove old VS unit state key structure.Eric Anholt2011-06-201-12/+0
* i965/gen6: Add missing state flag for VS push constants.Eric Anholt2011-06-201-1/+1
* i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2011-06-202-6/+11
* i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2011-06-202-3/+6
* wayland: Pass use_invalidate extension to driverKristian Høgsberg2011-06-202-2/+3
* egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke2011-06-201-0/+9
* xorg/nouveau: rename to nouveau2Marcin Slusarz2011-06-202-8/+8
* st/xorg: initialize drm_mode.typeMarcin Slusarz2011-06-201-0/+1
* st/xorg: add GALLIUM_AUXILIARIES to target dependenciesMarcin Slusarz2011-06-201-1/+1
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-202-16/+0
* st/xorg: fix crash triggered by rendercheck -t composite -f a8r8g8b8 -o Src, ...Marcin Slusarz2011-06-201-1/+1
* st/xorg: fix crash triggered by rendercheck -t blend -f a8r8g8b8 -o ClearMarcin Slusarz2011-06-201-2/+2
* r600g: implement seamless_cube_map on r600-r700Marek Olšák2011-06-203-7/+46
* r600g: remove some magic numbersMarek Olšák2011-06-192-2/+13
* u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-194-36/+36
* r600g: fix warning: assignment discards qualifiers from pointer target typeMarek Olšák2011-06-191-1/+2
* u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
* i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke2011-06-181-0/+1
* i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke2011-06-185-7/+76
* i965/fs: Refactor texture result swizzling into a helper function.Kenneth Graunke2011-06-182-9/+21
* i965/fs: Move sampler fetch to the top of the ir_texture visit function.Kenneth Graunke2011-06-181-6/+3
* i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.Kenneth Graunke2011-06-182-2/+39
* i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.Kenneth Graunke2011-06-181-1/+31
* i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.Kenneth Graunke2011-06-182-10/+43
* i965/fs: Check for compilation failure and bail before optimizing.Kenneth Graunke2011-06-181-0/+2