summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: refix source overZack Rusin2009-10-151-1/+1
* trace: Handle transfer returning nullJakob Bornecrantz2009-10-141-1/+2
* st/xorg: fix most of the composition modesZack Rusin2009-10-151-8/+32
* r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-144-7/+12
* st/xorg: Fix dpms include problemsJakob Bornecrantz2009-10-132-3/+2
* st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin2009-10-142-7/+15
* i915g: Fix warningsJakob Bornecrantz2009-10-142-2/+2
* util: Fix cpu detection on Windows. Cleanup.José Fonseca2009-10-141-10/+9
* llvmpipe: Use ALIGN_STACK.José Fonseca2009-10-141-0/+1
* gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca2009-10-141-0/+6
* r300g: Move ztop to derived state.Corbin Simpson2009-10-142-10/+36
* r300g: Compiler warning cleanup.Corbin Simpson2009-10-144-11/+3
* r300g: remove buffer add that should be unnecessary.Dave Airlie2009-10-141-6/+0
* r300g: add QUERY to KITCHEN_SINKDave Airlie2009-10-141-1/+1
* r300g: add one more ZTOP disable bit.Dave Airlie2009-10-142-1/+9
* r300g: port over last parts of oq support.Dave Airlie2009-10-145-9/+16
* r300g: convert query to a state for emitting.Dave Airlie2009-10-143-5/+20
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-1411-43/+134
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-144-3/+38
* r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie2009-10-141-7/+9
* nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin2009-10-131-3/+2
* st/xorg: solid fills with masks are supportedZack Rusin2009-10-131-6/+1
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
* r300g: More debug flags.Corbin Simpson2009-10-123-4/+9
* r300g: Surface debug.Corbin Simpson2009-10-123-6/+8
* r300g: Fallback on surfaces we can't render to or from.Corbin Simpson2009-10-121-2/+11
* r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson2009-10-121-5/+17
* r300g: Clean up texture formats.Corbin Simpson2009-10-123-9/+9
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-122-1/+15
* st/xorg: initialize pipe in the rendererZack Rusin2009-10-111-0/+1
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-1111-786/+1170
* configs: fix some remains of the i915simple driverZack Rusin2009-10-111-1/+1
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* r300g: Fix fragment program constants upload on R300Nicolai Hähnle2009-10-111-1/+1
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-1/+6
|\
| * softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
* | softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
* | r300g: add video surface create and destroy functionsCooper Yuan2009-10-102-1/+65
* | st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* | st/xorg: More fallback debuggingJakob Bornecrantz2009-10-083-32/+35
* | Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
* | st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz2009-10-081-16/+28
* | st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz2009-10-081-1/+1
* | st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
* | softpipe: restore/fix print_vertex() debug helperBrian Paul2009-10-091-2/+6
* | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | llvmpipe: Eliminate constant mapping/unmapping.José Fonseca2009-10-093-56/+17
* | gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca2009-10-091-6/+12
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-081-4/+6
|\|