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
/
draw_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
2013-04-22
1
-1
/
+1
*
gallivm: Drop pos arg from lp_build_tgsi_soa.
José Fonseca
2013-04-18
1
-2
/
+0
*
gallivm/gs: fix indirect addressing in geometry shaders
Zack Rusin
2013-04-17
1
-6
/
+28
*
draw/gs: make sure geometry shaders don't overflow
Zack Rusin
2013-04-16
1
-3
/
+3
*
draw: Silence uninitialized var warnings.
José Fonseca
2013-04-17
1
-0
/
+3
*
draw/llvm: use an enum instead of magic numbers
Zack Rusin
2013-04-03
1
-4
/
+4
*
draw: Implement support for primitive id
Zack Rusin
2013-04-03
1
-2
/
+13
*
gallivm: cleanup the gs interface
Zack Rusin
2013-04-03
1
-21
/
+58
*
llvmpipe/draw: Fix texture sampling in geometry shaders
Zack Rusin
2013-03-27
1
-41
/
+49
*
draw/llvm: Cleanup the store debugging code
Zack Rusin
2013-03-27
1
-8
/
+5
*
gallium/llvm: implement geometry shaders in the llvm paths
Zack Rusin
2013-03-27
1
-35
/
+532
*
draw/llvm: Remove unused gs_constants from jit_context
Zack Rusin
2013-03-27
1
-10
/
+7
*
draw/llvm: another quick hack for drawing with no position output
Roland Scheidegger
2013-03-11
1
-1
/
+1
*
draw/llvm: fix inputs to the geometry shader
Zack Rusin
2013-03-05
1
-4
/
+9
*
draw/llvm: skip clipping and viewport transform if there's no position output
Roland Scheidegger
2013-03-02
1
-26
/
+31
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
1
-3
/
+3
*
draw: make sure key size is calculated consistently.
Roland Scheidegger
2013-02-22
1
-5
/
+9
*
llvmpipe: fix vertex_header mask store in big-endian
Adhemerval Zanella
2013-02-11
1
-0
/
+48
*
draw: fix draw_llvm_variant_key struct padding to avoid recompiles
Roland Scheidegger
2013-01-29
1
-1
/
+2
*
gallivm: split sampler and texture state
Roland Scheidegger
2013-01-28
1
-38
/
+88
*
draw: Dump LLVM shader key.
José Fonseca
2012-12-07
1
-1
/
+30
*
gallivm,llvmpipe,draw: Support multiple constant buffers.
José Fonseca
2012-12-07
1
-2
/
+3
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
1
-7
/
+12
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+2
*
draw: index samplers and sampler_view state by shader type
Brian Paul
2012-08-16
1
-7
/
+9
*
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
1
-473
/
+286
*
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: Ensure that the vertex_header type size matches expectation.
José Fonseca
2012-06-18
1
-0
/
+3
*
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2012-05-16
1
-20
/
+4
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-2
/
+3
*
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
*
llvmpipe: fix fogcoord writing (v2)
Dave Airlie
2012-02-15
1
-4
/
+12
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-23
/
+23
*
draw: Ensure that prepare is always run after LLVM garbagge collection.
José Fonseca
2012-01-27
1
-0
/
+5
*
draw: Store the new pre_clip_pos member as well.
José Fonseca
2012-01-11
1
-6
/
+16
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
1
-4
/
+8
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-9
/
+11
*
draw/llvm: silence uninitialized variable warnings
Brian Paul
2011-11-10
1
-0
/
+2
*
draw/llvm: fix hard-coded number of total clip planes
Brian Paul
2011-10-11
1
-7
/
+12
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
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
*
draw/llvm: whitespace, formatting fixes
Brian Paul
2011-06-07
1
-38
/
+51
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-2
/
+7
[next]