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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallivm: consolidate some half-to-float and r11g11b10-to-float code
Roland Scheidegger
2013-03-29
3
-63
/
+52
*
draw: fix some build breakage when LLVM is not used
Brian Paul
2013-03-28
2
-1
/
+8
*
llvmpipe/draw: Fix texture sampling in geometry shaders
Zack Rusin
2013-03-27
3
-62
/
+84
*
draw/llvm: Cleanup the store debugging code
Zack Rusin
2013-03-27
1
-8
/
+5
*
draw: Allocate the output buffer for output primitives
Zack Rusin
2013-03-27
1
-2
/
+1
*
gallivm: Implement the breakc instruction
Zack Rusin
2013-03-27
2
-0
/
+34
*
gallivm: implement implicit primitive flushing
Zack Rusin
2013-03-27
2
-0
/
+15
*
gallium/llvm: implement geometry shaders in the llvm paths
Zack Rusin
2013-03-27
9
-77
/
+1283
*
draw/gs: Fetch more than one primitive per invocation
Zack Rusin
2013-03-27
2
-13
/
+48
*
draw/gs: Abstract the portions of GS that are tgsi specific
Zack Rusin
2013-03-27
2
-128
/
+156
*
draw/llvm: Remove unused gs_constants from jit_context
Zack Rusin
2013-03-27
3
-25
/
+11
*
gallium: implement a heads-up display module
Marek Olšák
2013-03-26
9
-0
/
+2082
*
gallium: add interface for driver queries like performance counters, etc.
Marek Olšák
2013-03-26
1
-1
/
+1
*
gallium/tgsi: fix valgrind warning
Marek Olšák
2013-03-26
1
-1
/
+1
*
cso: add constant buffer save/restore feature for postprocessing
Marek Olšák
2013-03-26
4
-2
/
+78
*
gallium: undef PACKAGE_* macros to silence warnings
Brian Paul
2013-03-25
1
-0
/
+8
*
gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own file
Roland Scheidegger
2013-03-24
5
-343
/
+392
*
gallivm: Add code for rgb9e5 shared exponent format to float conversion
Roland Scheidegger
2013-03-24
3
-3
/
+118
*
llvmpipe: add EXT_packed_float render target format support
Roland Scheidegger
2013-03-22
2
-0
/
+252
*
postprocess: silence some MSVC float/int warnings
Brian Paul
2013-03-21
2
-4
/
+4
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-19
/
+32
*
tgsi: fix uninitialized declaration array fields
Brian Paul
2013-03-19
1
-0
/
+13
*
gallivm: fix return opcode handling in main function of a shader
Roland Scheidegger
2013-03-19
2
-3
/
+18
*
tgsi: add initializer data to fix MSVC compile error
Brian Paul
2013-03-19
1
-1
/
+1
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
11
-120
/
+163
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
5
-3
/
+59
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
9
-164
/
+0
*
tgsi/ureg: implement support for array temporaries
Christian König
2013-03-19
2
-24
/
+69
*
tgsi/ureg: cleanup local temporary emission v2
Christian König
2013-03-19
1
-17
/
+13
*
gallium/build: Fix visibility CFLAGS in automake
Maarten Lankhorst
2013-03-16
1
-2
/
+5
*
draw: init pre_clip_pos = NULL to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
tgsi: fix sample_d emit for arrays
Roland Scheidegger
2013-03-14
1
-19
/
+11
*
draw/so: Fix stream output with geometry shaders
Zack Rusin
2013-03-12
2
-8
/
+31
*
gallivm: clean up passing derivatives around
Roland Scheidegger
2013-03-12
6
-249
/
+196
*
draw/gs: Correctly iterate the emitted primitives
Zack Rusin
2013-03-07
1
-4
/
+4
*
tgsi/exec: Correctly reset NumOutputs before parsing the shader
Zack Rusin
2013-03-07
1
-3
/
+7
*
draw/llvm: another quick hack for drawing with no position output
Roland Scheidegger
2013-03-11
1
-1
/
+1
*
tgsi: emit code for SVIEWINFO and SAMPLE_I
Roland Scheidegger
2013-03-11
1
-3
/
+10
*
tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
Roland Scheidegger
2013-03-11
1
-2
/
+2
*
gallium/util: attempt to fix blitting multisample texture arrays
Marek Olšák
2013-03-11
2
-2
/
+2
*
gallium/util: dump instance_divisor
Marek Olšák
2013-03-11
1
-2
/
+1
*
gallium/util: Correct shift value for TSC feature detection.
Maxence Le Doré
2013-03-08
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
*
tgsi: handle projection modifier for array textures.
Roland Scheidegger
2013-03-05
1
-3
/
+11
*
u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAA
Dave Airlie
2013-03-04
1
-0
/
+5
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
2
-79
/
+185
*
draw: additional fix for the no-position case with llvm
Roland Scheidegger
2013-03-02
1
-20
/
+20
[prev]
[next]