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
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: fix the rasterizer state resets
Zack Rusin
2012-03-07
1
-0
/
+15
*
draw/llvm: add clip distance support
Dave Airlie
2012-03-06
1
-46
/
+77
*
draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)
Dave Airlie
2012-03-06
1
-8
/
+11
*
draw/llvm: fix clipvertex setting up clipmask. (v2)
Dave Airlie
2012-03-06
1
-11
/
+30
*
draw: add missing streamout state setup for draw/llvm.
Dave Airlie
2012-02-18
1
-0
/
+1
*
llvmpipe: fix fogcoord writing (v2)
Dave Airlie
2012-02-15
1
-4
/
+12
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
6
-10
/
+29
*
draw: fix fog coord export.
Dave Airlie
2012-02-04
1
-1
/
+6
*
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
2012-02-02
3
-3
/
+3
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
2
-24
/
+24
*
draw: Remove unused variables.
Vinson Lee
2012-01-28
1
-4
/
+0
*
draw: Ensure that prepare is always run after LLVM garbagge collection.
José Fonseca
2012-01-27
1
-0
/
+5
*
draw: Only run prepare when state, prim and opt changes
Jakob Bornecrantz
2012-01-26
5
-10
/
+66
*
draw: Don't revalidate pipeline on backend flushes
Jakob Bornecrantz
2012-01-26
1
-1
/
+2
*
draw: Remove reduced_prim
Jakob Bornecrantz
2012-01-26
3
-12
/
+0
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-79
/
+8
*
draw: Store the new pre_clip_pos member as well.
José Fonseca
2012-01-11
1
-6
/
+16
*
draw: clipdistance support (v2)
Dave Airlie
2012-01-11
7
-17
/
+79
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
9
-18
/
+58
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
1
-1
/
+8
*
draw: remove unused 'so' variable in draw_pt_so_emit()
Brian Paul
2012-01-10
1
-2
/
+0
*
draw: Silence warning
Jakob Bornecrantz
2012-01-10
1
-12
/
+0
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
6
-57
/
+105
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
5
-32
/
+31
*
draw: Fail if we fail to enable llvm when asked for it
Jakob Bornecrantz
2012-01-09
1
-5
/
+11
*
draw: Make it possible to create a llvm free context
Jakob Bornecrantz
2012-01-09
2
-15
/
+35
*
draw: replace assert(0) with debug_warn_once()
Brian Paul
2012-01-07
3
-6
/
+6
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
4
-173
/
+160
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
4
-29
/
+10
*
draw: fix missing include for u_format.
Dave Airlie
2012-01-07
1
-0
/
+1
*
draw: don't translate non-floats to float.
Dave Airlie
2012-01-07
1
-0
/
+22
*
draw: fix piglit base vertex + user vertex array tests
Dave Airlie
2012-01-06
1
-1
/
+1
*
gallium/draw: fix two side handling
Dave Airlie
2011-12-19
1
-18
/
+9
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
4
-9
/
+9
*
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
2011-12-08
1
-2
/
+7
*
util/draw: replace assertions with conditionals in util_draw_max_index()
Brian Paul
2011-11-15
1
-5
/
+15
*
draw: Handle failure to allocate aligned_constant_storage.
José Fonseca
2011-11-14
1
-3
/
+9
*
draw: handle out of memory conditions
Brian Paul
2011-11-11
1
-3
/
+5
*
draw/llvm: silence uninitialized variable warnings
Brian Paul
2011-11-10
1
-0
/
+2
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
9
-3591
/
+2
*
draw: assert that we have non-null fragment shader
Brian Paul
2011-11-03
2
-0
/
+4
*
draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()
Brian Paul
2011-10-11
1
-1
/
+2
*
draw/llvm: fix hard-coded number of total clip planes
Brian Paul
2011-10-11
5
-14
/
+23
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
1
-0
/
+6
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
draw: Never allocate duplicate extra vertex attribs.
José Fonseca
2011-09-25
5
-46
/
+54
*
draw: Make copy of the TGSI tokens.
José Fonseca
2011-09-25
2
-2
/
+6
*
draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...
Brian Paul
2011-09-23
1
-1
/
+1
*
draw: add support for guard-band clipping
Brian Paul
2011-09-22
8
-6
/
+50
*
draw: Reduce the number of vertex shader variants per context to 128.
José Fonseca
2011-09-22
1
-1
/
+1
[next]