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
*
draw: init pre_clip_pos = NULL to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
draw/so: Fix stream output with geometry shaders
Zack Rusin
2013-03-12
2
-8
/
+31
*
draw/gs: Correctly iterate the emitted primitives
Zack Rusin
2013-03-07
1
-4
/
+4
*
draw/llvm: another quick hack for drawing with no position output
Roland Scheidegger
2013-03-11
1
-1
/
+1
*
draw: add const qualifier to silence compiler warning
Brian Paul
2013-03-07
1
-1
/
+1
*
draw/llvm: fix inputs to the geometry shader
Zack Rusin
2013-03-05
1
-4
/
+9
*
draw: use geometry shader info in clip_init_state if appropriate
Bryan Cain
2013-03-05
1
-6
/
+9
*
draw: account for separate shader objects in geometry shader code
Bryan Cain
2013-03-05
4
-4
/
+32
*
draw: additional fix for the no-position case with llvm
Roland Scheidegger
2013-03-02
1
-20
/
+20
*
draw: fix no position output in non-llvm pipeline.
Roland Scheidegger
2013-03-02
1
-19
/
+19
*
draw/llvm: skip clipping and viewport transform if there's no position output
Roland Scheidegger
2013-03-02
1
-26
/
+31
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
5
-20
/
+12
*
draw: make sure pipeline is revalidated when sampler views or samplers change.
Roland Scheidegger
2013-02-25
1
-0
/
+4
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
4
-7
/
+7
*
draw: fix broken polygon offset stage
Brian Paul
2013-02-22
1
-3
/
+37
*
draw: make sure key size is calculated consistently.
Roland Scheidegger
2013-02-22
1
-5
/
+9
*
draw: fix non-perspective interpolation in interp()
Brian Paul
2013-02-19
1
-3
/
+8
*
llvmpipe: fix vertex_header mask store in big-endian
Adhemerval Zanella
2013-02-11
1
-0
/
+48
*
gallivm: fix up size queries for dx10 sviewinfo opcode
Roland Scheidegger
2013-02-08
1
-0
/
+2
*
draw: fix draw_llvm_variant_key struct padding to avoid recompiles
Roland Scheidegger
2013-01-29
3
-4
/
+11
*
gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit
Roland Scheidegger
2013-01-28
1
-16
/
+16
*
gallivm: split sampler and texture state
Roland Scheidegger
2013-01-28
5
-74
/
+219
*
draw: fix MSVC divide-by-zero compilation error
Brian Paul
2013-01-22
1
-1
/
+2
*
draw: fix problem in screen-space interpolation clip code
Brian Paul
2013-01-22
1
-3
/
+3
*
draw: improve the clipper debug/printf code
Brian Paul
2013-01-22
1
-1
/
+20
*
draw: add new debug code and comments in clip code template
Brian Paul
2013-01-22
1
-0
/
+15
*
gallium: Remove ppc asm backend
Adam Jackson
2013-01-20
2
-245
/
+0
*
draw/llvmpipe: fix transform feedback position + enable other extensions
Dave Airlie
2012-12-14
5
-7
/
+26
*
draw: add support for later transform feedback extensions
Dave Airlie
2012-12-14
2
-5
/
+16
*
draw: fix/improve dirty state validation
Brian Paul
2012-12-08
8
-23
/
+68
*
draw: add reminder comments about similar code in different files
Brian Paul
2012-12-08
2
-0
/
+11
*
draw: rearrange code in llvm_middle_end_prepare()
Brian Paul
2012-12-08
1
-66
/
+74
*
draw: fix comment typo
Brian Paul
2012-12-08
1
-1
/
+1
*
draw: add comment on draw->pt.opt field
Brian Paul
2012-12-08
1
-1
/
+1
*
draw: update a comment about index buffers
Brian Paul
2012-12-08
1
-3
/
+2
*
draw: Dump LLVM shader key.
José Fonseca
2012-12-07
2
-1
/
+33
*
gallivm,llvmpipe,draw: Support multiple constant buffers.
José Fonseca
2012-12-07
3
-12
/
+18
*
draw: remove some dead constant buffer code
Brian Paul
2012-12-06
4
-82
/
+0
*
draw: set precalc_flat flag for AA lines too
Brian Paul
2012-12-05
1
-0
/
+1
*
draw: Properly limit vertex buffer fetches on draw arrays.
José Fonseca
2012-12-04
1
-1
/
+1
*
draw: Use symbolic primitive names in debug output.
José Fonseca
2012-12-04
1
-3
/
+4
*
draw: Consider the geometry shader when choosing the vertex size.
José Fonseca
2012-12-04
1
-3
/
+6
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
1
-3
/
+6
*
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
2012-11-15
2
-6
/
+9
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
5
-16
/
+29
*
draw: Remove redundant draw_geometry_shader_delete().
José Fonseca
2012-11-09
2
-8
/
+2
*
draw: fix assertion failure in draw_emit_vertex_attr
Marek Olšák
2012-10-31
1
-2
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
2
-6
/
+7
*
draw: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
4
-8
/
+8
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
2
-11
/
+7
[next]