summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
* gallium: replace // comments with /* */Brian Paul2009-10-021-1/+1
* softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul2009-09-291-0/+5
* softpipe: Grab a ref when the fb is set.Brian Paul2009-09-292-4/+9
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-1/+1
|\
| * softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee2009-09-241-1/+1
* | softpipe: added max texture/surface size sanity checkBrian Paul2009-09-231-0/+6
* | softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul2009-09-231-2/+2
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-211-2/+2
|\|
| * softpipe: Fix cube face selection.Brian Paul2009-09-211-2/+2
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-101-1/+3
|\|
| * softpipe: minor indentation fixBrian Paul2009-09-101-1/+1
| * softpipe: set dirty_render_cache in softpipe_clear()Brian Paul2009-09-101-0/+2
| * softpipe: include sp_winsys.h to silence function prototype warningBrian Paul2009-07-271-0/+1
* | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+2
* | gallium: Move minify() to u_math.Corbin Simpson2009-08-071-5/+0
* | softpipe: Also defere primary textures to backendJakob Bornecrantz2009-08-051-1/+2
* | softpipe: Mark texture dirty when unmapped.Chia-I Wu2009-07-301-6/+5
* | 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