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
*
draw: fix non-indexed draw calls if there's an index buffer
Marek Olšák
2012-09-22
3
-8
/
+6
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
draw: Fix regression in draw_set_sampler(_views).
José Fonseca
2012-08-24
1
-6
/
+6
*
gallium/draw: move misplaced brace
Brian Paul
2012-08-16
1
-1
/
+1
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
3
-7
/
+7
*
draw: index samplers and sampler_view state by shader type
Brian Paul
2012-08-16
3
-29
/
+34
*
draw: move tgsi-related state into a tgsi sub-struct
Brian Paul
2012-08-16
5
-30
/
+35
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
2
-19
/
+31
*
draw: Ensure channel in convert_to_soa is initialized.
Vinson Lee
2012-08-03
1
-1
/
+1
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
8
-1036
/
+306
*
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
2012-07-13
2
-11
/
+46
*
draw: Handle the case when there isn't a fragment shader.
Olivier Galibert
2012-06-22
1
-10
/
+17
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
1
-13
/
+19
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
1
-7
/
+3
*
draw: fix flat shading and screen-space linear interpolation in clipper
Olivier Galibert
2012-06-19
1
-31
/
+113
*
draw: Ensure that the vertex_header type size matches expectation.
José Fonseca
2012-06-18
1
-0
/
+3
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
5
-43
/
+24
*
draw: fix primitive restart bug by using the index buffer offset
Brian Paul
2012-05-25
1
-3
/
+6
*
llvmpipe: Implement TXQ.
Olivier Galibert
2012-05-18
1
-0
/
+23
*
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2012-05-16
1
-20
/
+4
*
gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Marek Olšák
2012-05-12
1
-1
/
+0
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
1
-2
/
+3
|
\
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-2
/
+3
*
|
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
3
-3
/
+6
|
/
*
draw: fix missing immediates bug in polygon stipple code
Brian Paul
2012-03-28
1
-0
/
+5
*
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
[next]