index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
...
*
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
*
draw: Respect max_indices from the renderer.
Kurt Daverman
2011-09-22
1
-1
/
+1
*
Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.
Paul Berry
2011-09-20
1
-2
/
+0
*
draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()
Brian Paul
2011-09-10
1
-273
/
+97
*
llvmpipe: fix build with LLVM 3.0svn
Tobias Droste
2011-07-19
1
-13
/
+35
*
draw: Fix fetch_max calculation.
José Fonseca
2011-07-04
1
-1
/
+2
*
Gallium: fix buffer overflow
Micael Dias
2011-07-01
1
-0
/
+11
*
Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...
Stéphane Marchesin
2011-06-29
2
-0
/
+17
*
draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)
Brian Paul
2011-06-08
1
-5
/
+57
*
draw: rename draw_vs_varient.c to draw_vs_variant.c
Brian Paul
2011-06-07
1
-0
/
+0
*
draw/llvm: whitespace, formatting fixes
Brian Paul
2011-06-07
1
-38
/
+51
*
draw: s/1/TRUE/
Brian Paul
2011-06-07
1
-2
/
+2
*
gallium/draw: Fix enum type taken by draw_get_shader_param().
Michel Dänzer
2011-05-03
1
-1
/
+1
*
draw: remove set-but-unused variable
Marek Olšák
2011-05-01
1
-2
/
+1
*
draw: fix point/line/tri flushing bug in vbuf code
Brian Paul
2011-04-22
1
-4
/
+10
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
5
-6
/
+15
*
draw: Fix thinko in debug warnings.
José Fonseca
2011-04-06
1
-3
/
+3
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
7
-7
/
+37
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
4
-9
/
+58
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
*
draw: Fix draw_variant_output::format's type.
José Fonseca
2011-03-13
2
-3
/
+4
*
draw: remove unnecessary flush
Marek Olšák
2011-03-11
1
-7
/
+0
*
draw: Silence tgsi_emit_sse2 failed messages.
José Fonseca
2011-03-04
1
-1
/
+2
*
draw: setup pipe's draw pointer for the aapoint stage
Brian Paul
2011-02-28
1
-0
/
+2
*
draw: update comments, rename vars in pstipple code
Brian Paul
2011-02-17
1
-16
/
+18
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
6
-23
/
+10
*
draw: Don't define the last two mipmap levels in aa lines.
José Fonseca
2011-02-14
1
-5
/
+11
*
draw: tweak AA line texture minimum alpha
Brian Paul
2011-02-11
1
-1
/
+1
*
draw: Don't use the pipeline when drawing lines with fractional widths.
José Fonseca
2011-02-11
3
-5
/
+6
*
draw: Do not use LLVM's opaque types.
José Fonseca
2011-01-24
1
-1
/
+1
*
draw: Init llvm if not provided
Jakob Bornecrantz
2011-01-24
2
-3
/
+13
*
draw: add missing LP_CHECK_MEMBER_OFFSET()
Brian Paul
2011-01-15
1
-0
/
+2
[prev]
[next]