aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-171-12/+30
|\
| * softpipe: limit blend results to [0,1]Luca Barbieri2009-07-151-12/+30
* | tgsi: initial texturing support on sse pathKeith Whitwell2009-07-161-0/+1
* | tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell2009-07-161-18/+5
* | gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-161-13/+17
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-032-15/+13
|\|
| * gallium: fix the front face semanticsZack Rusin2009-07-012-15/+13
* | drm/st: Remove drm_api struct from driversJakob Bornecrantz2009-07-012-5/+3
* | drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-302-3/+5
* | softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul2009-06-291-12/+78
* | softpipe: pass sampler state to shadow_compare()Brian Paul2009-06-291-19/+17
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+2
|\|
| * softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-0/+2
|\|
| * softpipe: return alpha=1 in shadow_compare() functionBrian Paul2009-06-191-0/+2
* | softpipe: use u_reduced_prim()Brian Paul2009-06-191-15/+2
* | softpipe: whitespace, reformattingBrian Paul2009-06-191-8/+5
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-192-66/+168
|\ \
| * | softpipe: implement flatshade_first for trianglesBrian Paul2009-06-091-58/+182
| * | softpipe: implement flatshade_first for line setupBrian Paul2009-06-091-1/+4
| * | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-06-033-6/+1
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-165-3/+28
|\ \ \ | | |/ | |/|
| * | softpipe: fix out of bounds quad rasterization bugBrian Paul2009-06-161-3/+6
| * | softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-154-0/+22
| * | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul2009-06-041-2/+12
| * | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul2009-06-041-1/+1
* | | softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul2009-06-081-1/+1
* | | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul2009-06-031-2/+12
* | | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul2009-06-031-1/+1
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-301-1/+15
|\| |
| * | softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul2009-05-301-1/+15
* | | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-05-303-6/+1
* | | softpipe: update comments for max texture sizeBrian Paul2009-05-291-2/+2
* | | softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul2009-05-291-2/+2
| |/ |/|
* | softpipe: commentsBrian Paul2009-05-271-0/+2
* | softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul2009-05-271-0/+1
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-273-1/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-0/+5
|\|
| * softpipe: add texture target sanity check assertionBrian Paul2009-05-181-0/+5
* | gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-163-1/+7
|/
* softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul2009-04-281-2/+2
* gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2009-04-232-0/+25
* softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul2009-04-201-2/+2
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-182-7/+3
* softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca2009-04-181-2/+1
* softpipe: Remove softpipe_winsys.José Fonseca2009-04-181-12/+0
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+18
* softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul2009-04-071-2/+4
* softpipe: clean up the buffer clear and tile cache code a littleBrian Paul2009-04-063-39/+15