index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-17
1
-12
/
+30
|
\
|
*
softpipe: limit blend results to [0,1]
Luca Barbieri
2009-07-15
1
-12
/
+30
*
|
tgsi: initial texturing support on sse path
Keith Whitwell
2009-07-16
1
-0
/
+1
*
|
tgsi: reduce x86 reg usage in tgsi_sse generated programs
Keith Whitwell
2009-07-16
1
-18
/
+5
*
|
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
1
-13
/
+17
*
|
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-07-14
1
-0
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
2
-15
/
+13
|
\
|
|
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
2
-15
/
+13
*
|
drm/st: Remove drm_api struct from drivers
Jakob Bornecrantz
2009-07-01
2
-5
/
+3
*
|
drm/st: Return drm_api struct from a function
Jakob Bornecrantz
2009-06-30
2
-3
/
+5
*
|
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
2009-06-29
1
-12
/
+78
*
|
softpipe: pass sampler state to shadow_compare()
Brian Paul
2009-06-29
1
-19
/
+17
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-26
1
-0
/
+2
|
\
|
|
*
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-0
/
+2
|
\
|
|
*
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-06-19
1
-0
/
+2
*
|
softpipe: use u_reduced_prim()
Brian Paul
2009-06-19
1
-15
/
+2
*
|
softpipe: whitespace, reformatting
Brian Paul
2009-06-19
1
-8
/
+5
*
|
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
2
-66
/
+168
|
\
\
|
*
|
softpipe: implement flatshade_first for triangles
Brian Paul
2009-06-09
1
-58
/
+182
|
*
|
softpipe: implement flatshade_first for line setup
Brian Paul
2009-06-09
1
-1
/
+4
|
*
|
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
Brian Paul
2009-06-03
3
-6
/
+1
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
5
-3
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
softpipe: fix out of bounds quad rasterization bug
Brian Paul
2009-06-16
1
-3
/
+6
|
*
|
softpipe: Fix softpipe_is_texture_referenced.
José Fonseca
2009-06-15
4
-0
/
+22
|
*
|
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-04
1
-2
/
+12
|
*
|
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-06-04
1
-1
/
+1
*
|
|
softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0
Brian Paul
2009-06-08
1
-1
/
+1
*
|
|
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-03
1
-2
/
+12
*
|
|
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-06-03
1
-1
/
+1
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-30
1
-1
/
+15
|
\
|
|
|
*
|
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
Brian Paul
2009-05-30
1
-1
/
+15
*
|
|
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
Brian Paul
2009-05-30
3
-6
/
+1
*
|
|
softpipe: update comments for max texture size
Brian Paul
2009-05-29
1
-2
/
+2
*
|
|
softpipe: increase max 2D/cube texture size to 4K x 4K
Brian Paul
2009-05-29
1
-2
/
+2
|
|
/
|
/
|
*
|
softpipe: comments
Brian Paul
2009-05-27
1
-0
/
+2
*
|
softpipe: include sp_winsys.h to silence warning (unprototyped function)
Brian Paul
2009-05-27
1
-0
/
+1
*
|
softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON
Brian Paul
2009-05-27
3
-1
/
+6
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-18
1
-0
/
+5
|
\
|
|
*
softpipe: add texture target sanity check assertion
Brian Paul
2009-05-18
1
-0
/
+5
*
|
gallium: remove occlusion_count flag from depth-stencil state
Keith Whitwell
2009-05-16
3
-1
/
+7
|
/
*
softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()
Brian Paul
2009-04-28
1
-2
/
+2
*
gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.
Michel Dänzer
2009-04-23
2
-0
/
+25
*
softpipe: fix softpipe_is_buffer/texture_referenced() regression
Brian Paul
2009-04-20
1
-2
/
+2
*
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-04-18
2
-7
/
+3
*
softpipe: Fix softpipe_is_texture_referenced prototype.
José Fonseca
2009-04-18
1
-2
/
+1
*
softpipe: Remove softpipe_winsys.
José Fonseca
2009-04-18
1
-12
/
+0
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-0
/
+18
*
softpipe: minor debug-help changes in softpipe_transfer_map()
Brian Paul
2009-04-07
1
-2
/
+4
*
softpipe: clean up the buffer clear and tile cache code a little
Brian Paul
2009-04-06
3
-39
/
+15
[next]