index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
gallivm: add support for texel offsets for ordinary texturing.
Roland Scheidegger
2013-03-02
3
-53
/
+210
*
gallium/util: add helper code for 1D integer range
Marek Olšák
2013-03-01
1
-0
/
+89
*
util: fix issues with util_clear_render_target.
Roland Scheidegger
2013-02-28
1
-9
/
+46
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
7
-72
/
+63
*
gallivm: fix mis-matching AOS instruction emission
Maxence Le Doré
2013-02-27
1
-1
/
+1
*
gallium/util: add helper util_max_layer from r600g
Marek Olšák
2013-02-26
1
-0
/
+16
*
draw: make sure pipeline is revalidated when sampler views or samplers change.
Roland Scheidegger
2013-02-25
2
-1
/
+6
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
6
-12
/
+14
*
vl: Fix off-by-one error in device_name_length allocation.
Vinson Lee
2013-02-23
1
-2
/
+1
*
util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.
José Fonseca
2013-02-23
1
-4
/
+22
*
util/dump: Use static assertion to detect string table size mismatches.
José Fonseca
2013-02-23
1
-1
/
+18
*
draw: fix broken polygon offset stage
Brian Paul
2013-02-22
1
-3
/
+37
*
tgsi: Improve execution debugging.
José Fonseca
2013-02-22
1
-5
/
+24
*
util/u_dump: Update texture target strings.
José Fonseca
2013-02-22
1
-2
/
+10
*
util/debug: Always use __builtin_frame_address on gcc.
Sergey Matyukevich
2013-02-22
1
-4
/
+1
*
draw: make sure key size is calculated consistently.
Roland Scheidegger
2013-02-22
1
-5
/
+9
*
gallivm: fix indirect src register fetches requiring bitcast
Roland Scheidegger
2013-02-20
1
-21
/
+16
*
draw: fix non-perspective interpolation in interp()
Brian Paul
2013-02-19
1
-3
/
+8
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
7
-95
/
+247
*
gallivm/tgsi: fix src modifier fetching with non-float types.
Roland Scheidegger
2013-02-16
3
-5
/
+39
*
gallivm: fix issues with trunc/round/floor/ceil with no arch rounding
Roland Scheidegger
2013-02-16
1
-66
/
+187
*
gallivm: DIV shouldn't be deprecated.
Roland Scheidegger
2013-02-16
1
-1
/
+0
*
gallium: add red-alpha texture formats and a couple of util functions
Marek Olšák
2013-02-13
2
-0
/
+129
*
gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod
Roland Scheidegger
2013-02-12
5
-9
/
+5
*
util: fix incorrect Z bit masking in util_clear_depth_stencil()
Brian Paul
2013-02-12
1
-2
/
+2
*
llvmpipe: fix vertex_header mask store in big-endian
Adhemerval Zanella
2013-02-11
1
-0
/
+48
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
2
-54
/
+50
*
softpipe: try to beat new dx10-style sample opcodes into shape
Roland Scheidegger
2013-02-08
1
-67
/
+89
*
gallivm: fix up size queries for dx10 sviewinfo opcode
Roland Scheidegger
2013-02-08
6
-74
/
+64
*
gallivm: hook up dx10 sampling opcodes
Roland Scheidegger
2013-02-08
3
-6
/
+419
[next]