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
...
*
softpipe: do something sensible on an error path, squash warning
Keith Whitwell
2008-04-22
1
-0
/
+2
*
softpipe: implement SP_NO_RAST env var
Keith Whitwell
2008-04-22
4
-0
/
+18
*
softpipe: make NUM_ENTRIES 32 so that div/mods are easier
Keith Whitwell
2008-04-22
1
-1
/
+1
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-1
/
+1
*
softpipe: don't need to trim prims
Keith Whitwell
2008-04-19
1
-11
/
+0
*
softpipe: fix const-related compiler warnings
Keith Whitwell
2008-04-18
1
-7
/
+7
*
gallium: assert that we're not deleting the currently bound shader
Brian Paul
2008-04-17
1
-0
/
+3
*
softpipe: call setup_prepare earlier so that vertex info is correct when queried
Keith Whitwell
2008-04-16
1
-4
/
+10
*
gallium: Remove middle of scope declarations.
José Fonseca
2008-04-15
1
-2
/
+3
*
gallium: enable new quad output code, remove old code
Brian
2008-04-14
1
-36
/
+0
*
gallium: fix PIPE_CAP_MAX_RENDER_TARGETS query
Brian
2008-04-14
1
-1
/
+1
*
gallium: take reduced prim, fill modes into account when culling
Brian Paul
2008-04-14
3
-1
/
+27
*
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
2008-04-14
4
-35
/
+30
*
softpipe: do our own culling, don't rely on the draw module.
Keith Whitwell
2008-04-14
2
-22
/
+43
*
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
Brian Paul
2008-04-11
1
-2
/
+2
*
gallium: implement immediates (aka literals) for SSE fragment shaders
Brian Paul
2008-04-11
1
-3
/
+7
*
remove usage of vertex_header
Keith Whitwell
2008-04-10
8
-1256
/
+1479
*
gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA case
Brian Paul
2008-04-09
1
-1
/
+1
*
gallium: keep track of num_vertex_attribs/buffers for shorter loops
Brian
2008-04-08
3
-13
/
+13
*
gallium: get rid of bufloop quad stage
Brian
2008-04-07
5
-6
/
+0
*
gallium: begin reworking quad stages for multiple color outputs
Brian
2008-04-07
11
-671
/
+734
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
3
-20
/
+27
*
gallium: Fix computation of Z values when not using early Z.
Brian
2008-03-28
1
-9
/
+12
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
4
-9
/
+9
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
2
-6
/
+8
*
gallium: added fragment emit/write debug counters
Brian
2008-03-25
1
-0
/
+30
*
gallium: wrap decls in extern "C"
José Fonseca
2008-03-23
1
-0
/
+10
*
gallium: remove temporary _screen suffix from function names
Brian
2008-03-22
1
-10
/
+10
*
gallium: use new framebuffer width, height fields
Brian
2008-03-20
5
-22
/
+7
*
gallium: added fb_width/height fields to softpipe context
Brian Paul
2008-03-19
5
-13
/
+18
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-1
/
+2
*
gallium: set tc->surface_map = NULL after unmapping
Brian
2008-03-19
1
-0
/
+1
*
gallium: improvements, or extensions at least, to the passthrough path
Keith Whitwell
2008-03-17
1
-2
/
+11
*
gallium: finish remaining prim types for sp_vbuf_draw_arrays()
Brian
2008-03-16
1
-0
/
+73
*
gallium: remove DOS carriage returns
Brian
2008-03-14
3
-654
/
+654
*
gallium: remove DOS carriage returns
Brian
2008-03-14
1
-195
/
+195
*
gallium: fix some compiler warnings
Keith Whitwell
2008-03-14
2
-2
/
+4
*
gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()
Brian
2008-03-13
1
-0
/
+8
*
gallium: in softpipe_get_vertex_info() generate a vbuf vertex_info with real ...
Brian
2008-03-13
1
-0
/
+12
*
gallium: plug in new sp_vbuf_draw_arrays() function
Brian
2008-03-13
1
-0
/
+57
*
gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.
Brian
2008-03-13
2
-0
/
+13
*
gallium: Add TEX_FILTER_ANISO img filter
Keith Whitwell
2008-03-12
1
-0
/
+3
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-1
/
+2
*
gallium: Silence MSVC warnings.
José Fonseca
2008-03-12
1
-3
/
+5
*
gallium: WinCE portability fixes.
José Fonseca
2008-03-10
3
-5
/
+5
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
6
-865
/
+891
*
scons: List sp_screen.c.
Michal Krol
2008-02-29
1
-0
/
+1
*
Make sure struct pipe_screen is declared.
Michel Dänzer
2008-02-28
1
-0
/
+1
*
gallium: Remove extra level of indirecttion.
José Fonseca
2008-02-28
1
-1
/
+1
*
gallium: added draw_num_vs_outputs() to query number of post-transform vertex...
Brian
2008-02-27
1
-2
/
+2
[prev]
[next]