summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * r600g: use Elements macro instead of manual sizeofsDave Airlie2010-10-012-10/+12
| * draw: check for null sampler pointersBrian Paul2010-09-301-4/+6
| * gallivm: added some commentsBrian Paul2010-09-302-8/+16
| * r600g: keep a mapping around for each boJohn Doe2010-09-302-51/+54
| * r600g: don't double count dirty blockJohn Doe2010-09-303-26/+42
| * evergreeng: avoid overlapping border color btw VS & PSJerome Glisse2010-09-301-2/+2
| * Revert "Prefer intrinsics to handrolled atomic ops."Tom Fogal2010-09-301-2/+2
| * r600g: fix constant & literal src splitting, also fix mplayer gl2 shaderJerome Glisse2010-09-301-16/+40
| * Prefer intrinsics to handrolled atomic ops.Tom Fogal2010-09-301-2/+2
| * Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal2010-09-301-0/+47
| * r600g: use constant buffer instead of register for constantJerome Glisse2010-09-304-55/+36
| * gallivm: check for level=0 case in lp_build_minify()Brian Paul2010-09-301-3/+10
| * gallivm: More comprehensive border usage logic.José Fonseca2010-09-303-29/+51
| * st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu2010-09-301-1/+0
| * gallium/winsys: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * gallium/st: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
| * gallium/softpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * gallium/llvmpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * gallium/i915: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * gallium/util: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
| * gallium/rtasm: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-302-4/+4
| * r300g: fix conditional rendering in non-wait pathMarek Olšák2010-09-301-3/+3
| * r600g: return string for chip familyDave Airlie2010-09-301-6/+25
| * r600g: clean up some code from move to new paths.Dave Airlie2010-09-309-51/+44
| * r600g: add L8A8 unorm.Dave Airlie2010-09-301-0/+6
| * r600g: port r300g fix for X* formats in texformat codeDave Airlie2010-09-301-4/+14
| * gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca2010-09-291-21/+71
| * python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca2010-09-291-20/+13
| * trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca2010-09-293-19/+42
| * r600g: Fix SCons build.Vinson Lee2010-09-291-5/+5
| * r600g: more cleanupJerome Glisse2010-09-2915-241/+257
| * r600g: Update SConscript.Vinson Lee2010-09-291-6/+6
| * r600g: Update SConscript.Vinson Lee2010-09-291-4/+6
| * r600g: cleanupJerome Glisse2010-09-2919-1265/+1014
| * r600g: Update SConscript.Vinson Lee2010-09-291-7/+4
| * r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák2010-09-292-12/+40
| * r600g: delete old pathJerome Glisse2010-09-2933-7352/+223
| * r600g: use a hash table instead of groupJerome Glisse2010-09-297-1495/+1442
| * draw: pass sampler state down to llvm jit stateBrian Paul2010-09-293-0/+26
| * llvmpipe: Decouple sampler view and sampler state updates.José Fonseca2010-09-293-13/+45
| * Revert "r600g: add initial vertex translate support."Dave Airlie2010-09-294-239/+3
| * r600g: remove old assert from new codepathDave Airlie2010-09-291-2/+0
| * r600g: add initial vertex translate support.Dave Airlie2010-09-294-3/+239
| * r600g: move radeon.h members around to add back map flushing.Dave Airlie2010-09-293-4/+8
| * r600g: add evergreen texture border support to new pathDave Airlie2010-09-291-1/+4
| * r600g: add back evergreen name.Dave Airlie2010-09-291-1/+3
| * r600g: Cleaned up index buffer reference handling in the draw module.Tilman Sauerbeck2010-09-283-4/+14
| * r600g: avoid rebuilding the vertex shader if no change to input formatJerome Glisse2010-09-282-6/+12
| * r600g: suspend/resume occlusion query around clear/copyJerome Glisse2010-09-283-5/+12