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: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
2
-2
/
+2
*
draw: silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
draw: revert using correct order for prim decomposition.
Roland Scheidegger
2014-12-17
1
-1
/
+3
*
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2014-12-16
2
-19
/
+35
*
draw: simplify prim id insertion in prim assembler
Roland Scheidegger
2014-12-10
1
-34
/
+5
*
draw: fix another decompose bug affecting constant interpolated attributes
Roland Scheidegger
2014-12-10
1
-2
/
+1
*
draw: fix flatshade stage for constant interpolated values
Roland Scheidegger
2014-12-10
3
-69
/
+126
*
draw: copy over prim id header in flatshade stage when emitting lines
Roland Scheidegger
2014-12-10
1
-3
/
+6
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
7
-10
/
+44
*
draw: (trivial): remove double semicolon
Roland Scheidegger
2014-12-09
1
-1
/
+1
*
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
2014-12-06
1
-2
/
+2
*
draw: use correct output prim for non-adjacent topologies in prim assembler.
Roland Scheidegger
2014-12-06
1
-4
/
+4
*
draw: kill off unneded prim assembler code for handling adjacency verts
Roland Scheidegger
2014-12-06
2
-60
/
+0
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
1
-2
/
+2
*
draw: allow LLVM use on non-SSE2 X86 cpus
David Heidelberg
2014-11-22
1
-14
/
+1
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
6
-8
/
+15
*
draw: Fixed inline comments
Andres Gomez
2014-11-18
2
-2
/
+2
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-0
/
+1
*
draw: Make it more clear that *_jit_context points to pipe_viewport_state str...
José Fonseca
2014-11-16
3
-13
/
+13
*
draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...
José Fonseca
2014-11-16
1
-2
/
+6
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-3
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-3
/
+3
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-14
/
+9
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
4
-8
/
+29
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
2
-2
/
+15
*
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-09-26
2
-4
/
+3
*
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
Matt Turner
2014-09-25
1
-6
/
+2
*
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
2014-09-22
1
-68
/
+19
*
draw: use new tgsi_transform inst/decl helpers in aapoint code
Brian Paul
2014-09-22
1
-202
/
+54
*
draw: use new tgsi_transform inst/decl helpers in aaline code
Brian Paul
2014-09-22
1
-66
/
+21
*
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
2014-09-22
1
-125
/
+110
*
draw: use tgsi transform prolog/epilog callbacks in AA line code
Brian Paul
2014-09-22
1
-90
/
+92
*
draw: use tgsi transform prolog/epilog callbacks in AA point code
Brian Paul
2014-09-22
1
-305
/
+316
*
draw: (trivial) remove duplicated lines
Roland Scheidegger
2014-09-18
1
-12
/
+0
*
draw: kill off bogus assertion in tgsi_fetch_gs_outputs
Roland Scheidegger
2014-08-30
1
-3
/
+2
*
draw: remove fishy num_samplers/num_sampler_views check in llvm path
Roland Scheidegger
2014-08-30
1
-5
/
+1
*
draw: fix base instance handling in llvm path
Roland Scheidegger
2014-08-28
3
-10
/
+18
*
draw: (trivial) use information about gs being present from variant key
Roland Scheidegger
2014-08-09
1
-5
/
+4
*
draw: don't use clipvertex output if user plane clipping is disabled
Roland Scheidegger
2014-08-09
1
-2
/
+2
*
draw: hack around weird primitive id input in gs
Roland Scheidegger
2014-08-08
1
-2
/
+6
*
draw: fix prim id float cast for non-llvm path
Roland Scheidegger
2014-08-08
1
-8
/
+4
*
draw: fix clipvertex trouble if position comes from gs
Roland Scheidegger
2014-08-06
1
-1
/
+5
*
draw: don't run pipeline stages when gs has no position output
Roland Scheidegger
2014-08-06
2
-1
/
+5
*
draw: (trivial) fix clamping of viewport index
Roland Scheidegger
2014-06-24
1
-1
/
+1
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
1
-4
/
+12
*
draw: better llvm names for shaders for debugging.
Roland Scheidegger
2014-05-15
1
-6
/
+12
*
draw: Delete unneeded LLVM stuff earlier.
Frank Henigman
2014-05-14
1
-15
/
+4
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-48
/
+0
*
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
2014-05-08
5
-12
/
+12
*
draw: Prevent signed/unsigned comparisons.
José Fonseca
2014-05-02
1
-1
/
+1
[next]