summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-1427-27/+72
* svga/winsys: Make sure a flush always inserts and returns a fence if requestedThomas Hellstrom2011-10-141-1/+1
* st/dri: Implement the new dri2 throttling extensionThomas Hellstrom2011-10-142-2/+136
* st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich2011-10-131-0/+2
* st/xorg: fix build without LLVMMarcin Slusarz2011-10-131-0/+2
* d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDERChristoph Bumiller2011-10-132-3/+1
* softpipe: fix regression with tex tile cache since integer support.Dave Airlie2011-10-121-2/+3
* nv50: don't crash on TXD opcodeMarcin Slusarz2011-10-111-0/+2
* svga: remove old, unused sincos code for SM2.0Brian Paul2011-10-112-51/+0
* svga: remove support for shader model 2.0Brian Paul2011-10-119-374/+25
* softpipe: add integer supportDave Airlie2011-10-115-44/+146
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-1155-286/+287
* llvmpipe: don't support rendering to sRGB surfacesBrian Paul2011-10-111-1/+2
* draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul2011-10-111-1/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-115-14/+23
* i915g: fix warning about void pointer arithmeticBrian Paul2011-10-111-1/+1
* i915g: Remove duplicated comment.Stéphane Marchesin2011-10-101-1/+0
* i915g: Update TODO once more.Stéphane Marchesin2011-10-101-4/+1
* r600g: drop force int type workaroundDave Airlie2011-10-104-28/+5
* r600g: add integer texture/render integer formats for r600/700.Dave Airlie2011-10-101-2/+60
* u_blitter: clean up velem setupDave Airlie2011-10-101-16/+8
* i915g: Update the TODO with another idea.Stéphane Marchesin2011-10-101-0/+2
* i915g: Enable instanced drawing.Stéphane Marchesin2011-10-101-1/+1
* u_blitter: query vertex shader caps instead of geometry for int verticesMarek Olšák2011-10-091-1/+1
* r600g: uarl fixes.Dave Airlie2011-10-092-18/+43
* r600g: enable integer shader cap for evergreen.Dave Airlie2011-10-091-0/+3
* u_blitter: don't create integer vertex elements unless shader supports themDave Airlie2011-10-091-20/+29
* st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca2011-10-091-0/+2
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-095-5/+17
* nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2011-10-094-4/+4
* nouveau: fix fence hangMarcin Slusarz2011-10-095-14/+28
* r600g/eg: add integer types supportDave Airlie2011-10-093-10/+66
* u_blitter: add integer clear supportDave Airlie2011-10-094-25/+74
* i915g: Remove another TODO item which was done a while ago.Stéphane Marchesin2011-10-081-3/+0
* i915g: Remove a TODO item.Stéphane Marchesin2011-10-081-1/+0
* i915g: Fix comment.Stéphane Marchesin2011-10-081-1/+1
* i915g: Implement vertex textures.Stéphane Marchesin2011-10-084-62/+230
* i915g: Silence warning.Stéphane Marchesin2011-10-081-1/+1
* i915g: Remove old heuristic flusing remains.Stéphane Marchesin2011-10-081-20/+0
* i915g: Cleanup caps code a bit.Stéphane Marchesin2011-10-081-7/+6
* pb_bufmgr_cache: flush cache when create_buffer fails and try againMarek Olšák2011-10-081-0/+7
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-0810-20/+579
* u_format: add inline helper to find first non void channelDave Airlie2011-10-082-8/+22
* r300g: remove unused r300_resource::tex_offsetMarek Olšák2011-10-085-16/+6
* u_blitter: bind a NULL geometry shaderMarek Olšák2011-10-082-1/+32
* u_blitter: cleanup checking for and restoring saved statesMarek Olšák2011-10-082-98/+172
* r300g: disable stream output on SWTCL chipsetsMarek Olšák2011-10-081-1/+1
* i915g: Add two new unsupported PIPE_CAPs.Stéphane Marchesin2011-10-071-0/+2
* i915g: handle seperate stencil clearDaniel Vetter2011-10-071-0/+10
* i915g: actually try to clear 16bit depth bufsDaniel Vetter2011-10-071-1/+1