index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-23
draw: fix prim ids when there's no gs
Roland Scheidegger
1
-0
/
+1
2014-12-09
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
1
-6
/
+34
2014-12-09
draw: (trivial): remove double semicolon
Roland Scheidegger
1
-1
/
+1
2014-11-22
draw: allow LLVM use on non-SSE2 X86 cpus
David Heidelberg
1
-14
/
+1
2014-11-19
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
1
-2
/
+2
2014-11-16
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
1
-3
/
+1
2014-09-30
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
1
-4
/
+14
2014-09-26
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
1
-2
/
+0
2014-08-06
draw: fix clipvertex trouble if position comes from gs
Roland Scheidegger
1
-1
/
+5
2014-05-08
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
1
-0
/
+2
2014-04-24
draw/llvm: reduce memory usage
Zack Rusin
1
-0
/
+6
2014-04-11
draw: remove unused 'start' variable in draw_stats_clipper_primitives()
Brian Paul
1
-5
/
+2
2014-01-20
draw: clean up d3d style point clipping
Roland Scheidegger
1
-4
/
+4
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-3
/
+3
2014-01-17
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
1
-1
/
+11
2013-11-07
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
1
-5
/
+13
2013-08-31
draw: fix segfaults with aaline and aapoint stages disabled
Marek Olšák
1
-2
/
+4
2013-08-14
draw: make sure that the stages setup outputs
Zack Rusin
1
-0
/
+2
2013-08-08
draw: rewrite primitive assembler
Zack Rusin
1
-1
/
+7
2013-08-08
draw: cleanup the extra attribs
Zack Rusin
1
-0
/
+1
2013-08-03
draw: implement proper primitive assembler as a pipeline stage
Zack Rusin
1
-0
/
+1
2013-08-02
draw: inject frontface info into wireframe outputs
Zack Rusin
1
-0
/
+43
2013-08-02
draw: stop crashing with extra shader outputs
Zack Rusin
1
-0
/
+34
2013-07-24
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
1
-1
/
+4
2013-06-17
Revert "draw: clear the draw buffers in draw"
Zack Rusin
1
-23
/
+2
2013-06-17
draw: fix a regression in computing max elt
Zack Rusin
1
-0
/
+1
2013-06-17
draw: clear the draw buffers in draw
Zack Rusin
1
-2
/
+23
2013-06-13
gallium/draw: add limits to the clip and cull distances
Zack Rusin
1
-0
/
+2
2013-06-10
draw: implement distance culling
Zack Rusin
1
-0
/
+17
2013-06-10
draw: fix clipper invocation statistics
Zack Rusin
1
-0
/
+25
2013-06-10
draw: make sure clipdistances work with geometry shaders
Zack Rusin
1
-0
/
+11
2013-06-06
draw: trivial fix comment typo
Roland Scheidegger
1
-1
/
+1
2013-05-25
draw: clamp the viewports to always be between 0 and max
Zack Rusin
1
-5
/
+3
2013-05-25
draw: fixup draw_find_shader_output
Zack Rusin
1
-5
/
+6
2013-05-25
draw: implement support for multiple viewports
Zack Rusin
1
-10
/
+42
2013-05-25
gallium: Add support for multiple viewports
Zack Rusin
1
-2
/
+5
2013-05-14
draw: try to prevent overflows on index buffers
Zack Rusin
1
-1
/
+6
2013-05-14
draw: don't crash on vertex buffer overflow
Zack Rusin
1
-2
/
+4
2013-04-23
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
1
-1
/
+2
2013-04-22
draw: add code to reset instance dependent data
Zack Rusin
1
-0
/
+13
2013-04-22
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
1
-0
/
+1
2013-04-16
draw: implement pipeline statistics in the draw module
Zack Rusin
1
-0
/
+16
2013-04-03
draw/llvmpipe: allow independent so attachments to the vs
Zack Rusin
1
-9
/
+0
2013-04-03
draw: remove unused function
Zack Rusin
1
-7
/
+0
2013-03-27
llvmpipe/draw: Fix texture sampling in geometry shaders
Zack Rusin
1
-2
/
+2
2013-03-27
gallium/llvm: implement geometry shaders in the llvm paths
Zack Rusin
1
-9
/
+8
2013-02-28
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
1
-8
/
+5
2013-02-25
draw: make sure pipeline is revalidated when sampler views or samplers change.
Roland Scheidegger
1
-0
/
+4
2013-02-25
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
1
-2
/
+2
2013-01-28
gallivm: split sampler and texture state
Roland Scheidegger
1
-2
/
+2
[next]