aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter2011-10-071-29/+93
* i915g: disable scissor in fast clearDaniel Vetter2011-10-071-4/+6
* i915g: add some obscure sampler formatsDaniel Vetter2011-10-071-1/+3
* i915g: fixup clear params emissionDaniel Vetter2011-10-071-1/+8
* i915g: make fixup swizzle into a real hw stateDaniel Vetter2011-10-073-41/+45
* i915g: Announce GL 2.0.Stéphane Marchesin2011-10-061-1/+1
* i915g: Silence warning.Stéphane Marchesin2011-10-061-1/+1
* i915g: Fix comment.Stéphane Marchesin2011-10-051-1/+1
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* softpipe: fix Z interpolation invariance bugBrian Paul2011-10-041-1/+10
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-0426-36/+36
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák2011-10-041-1/+3
* r600g: fix parsing TGSI declarationsMarek Olšák2011-10-041-2/+2