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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv30: Fix memory leak.
Vinson Lee
2013-02-07
1
-0
/
+1
*
radeonsi: Handle scaled and integer formats for samplers and vertex elements.
Michel Dänzer
2013-02-07
1
-17
/
+46
*
radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.
Michel Dänzer
2013-02-07
1
-2
/
+2
*
radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().
Michel Dänzer
2013-02-07
1
-2
/
+0
*
radeonsi: Use unique names for referring to texture sampling intrinsics.
Michel Dänzer
2013-02-07
1
-3
/
+18
*
r300g: put textures with usage=staging in GTT and make them linear
Marek Olšák
2013-02-07
2
-1
/
+6
*
r600g: fix slice tile max for compressed texture and async dma
Jerome Glisse
2013-02-07
2
-4
/
+8
*
radeonsi: use new RGBX formats
Marek Olšák
2013-02-07
1
-0
/
+26
*
r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it
Marek Olšák
2013-02-07
6
-14
/
+45
*
r300g: use new RGBX formats
Marek Olšák
2013-02-07
2
-3
/
+22
*
r600g: use new RGBX formats
Marek Olšák
2013-02-07
2
-0
/
+52
*
gallium: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
3
-0
/
+36
*
llvmpipe: remove extraneous const qualifier
Brian Paul
2013-02-06
2
-2
/
+2
*
gallium/util: remove duplicated function util_format_is_rgb_no_alpha
Marek Olšák
2013-02-06
3
-33
/
+6
*
r600g: report correct control flow depth
Marek Olšák
2013-02-06
1
-2
/
+1
*
r300g: try to use color varyings for texcoords if max texcoord limit is exceeded
Marek Olšák
2013-02-06
6
-5
/
+71
*
r300/compiler: copy-propagate saturate mode when possible
Marek Olšák
2013-02-06
1
-2
/
+19
*
r300/compiler: add support for saturate output modifier in r500 vertex shaders
Marek Olšák
2013-02-06
2
-10
/
+19
*
r300g: fix blending with RGBX formats
Marek Olšák
2013-02-06
3
-122
/
+202
*
r300g: fix blending with blend color and RGBA formats
Marek Olšák
2013-02-06
1
-0
/
+11
*
svga: fix sRGB rendering
Brian Paul
2013-02-05
1
-0
/
+11
*
r600g/compute: Fix segfault caused by new shader disassembler
Tom Stellard
2013-02-05
2
-2
/
+4
*
radeonsi: default PA_SC_RASTER_CONFIG to 0
Alex Deucher
2013-02-04
1
-1
/
+3
*
radeonsi: add support for Oland chips
Alex Deucher
2013-02-04
4
-0
/
+6
*
gallium/egl: Fix include dirs for VPATH build
Quentin Glidic
2013-02-04
1
-0
/
+1
*
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
2013-02-04
8
-0
/
+17
*
gallivm: implement support for SQRT opcode
Brian Paul
2013-02-04
3
-0
/
+37
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
4
-1
/
+18
*
gallium: add SQRT shader opcode
Brian Paul
2013-02-04
3
-2
/
+12
*
radeonsi: Remove spurious traces of R16G16B16 support.
Michel Dänzer
2013-02-04
1
-3
/
+0
*
radeonsi: Enable texture arrays.
Michel Dänzer
2013-02-04
1
-1
/
+1
*
radeonsi: Improve packing of texture address parameters.
Michel Dänzer
2013-02-04
1
-30
/
+97
*
radeonsi: Adapt to sample intrinsics changes.
Michel Dänzer
2013-02-04
3
-51
/
+56
*
gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Andreas Boll
2013-02-04
7
-0
/
+8
*
r600g: Fix memory leak.
Vinson Lee
2013-02-01
1
-1
/
+3
*
nv30: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
nv50: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
nvc0: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
2013-02-01
1
-1
/
+1
*
radeonsi: Fix draws using user index buffer.
Michel Dänzer
2013-02-01
1
-4
/
+3
*
svga: check for NaN shader immediates
Brian Paul
2013-02-01
1
-2
/
+4
*
svga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
Brian Paul
2013-02-01
2
-0
/
+5
*
trace: measure time for each gallium call
Brian Paul
2013-02-01
3
-3
/
+39
*
trace: add void to function definition
Brian Paul
2013-02-01
1
-1
/
+2
*
trace: allow GALLIUM_TRACE=stdout/stderr
Brian Paul
2013-02-01
1
-3
/
+11
*
radeonsi: port some of get_shader_param changes from r600g
Marek Olšák
2013-02-01
1
-6
/
+2
*
r300g: always put MSAA resources in VRAM
Marek Olšák
2013-02-01
1
-3
/
+3
*
r600g: remove broken assert from r600_isa.c
Vadim Girlin
2013-02-01
1
-2
/
+0
*
r600g: implement shader disassembler v3
Vadim Girlin
2013-02-01
3
-4
/
+444
*
r600g: use tables with ISA info v3
Vadim Girlin
2013-02-01
10
-1789
/
+2378
[next]