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
*
r600g: only flush the caches that need to be flushed during CP DMA operations
Marek Olšák
2013-07-08
3
-32
/
+117
*
r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags
Marek Olšák
2013-07-08
5
-27
/
+52
*
r600g: adjust flush flags (v3)
Alex Deucher
2013-07-08
6
-7
/
+42
*
r600g: don't call buffer_wait in buffer_mmap_sync_with_rings
Marek Olšák
2013-07-08
1
-2
/
+1
*
r600g: don't read back the MSAA depth buffer if the read flag is not set
Marek Olšák
2013-07-08
1
-8
/
+8
*
r600g: don't flush the context in texture_transfer_map
Marek Olšák
2013-07-08
1
-5
/
+0
*
r600g: fix texture offset computation for mapped MSAA depth buffers
Marek Olšák
2013-07-08
2
-16
/
+14
*
r600g: fix color resolve for RGBX8 and RGBX16 integer formats
Marek Olšák
2013-07-08
1
-2
/
+2
*
r600g: enable fast MSAA color clear for array/3D/cube textures
Marek Olšák
2013-07-08
1
-4
/
+3
*
r600g: implement fast MSAA color clear for integer textures
Marek Olšák
2013-07-08
1
-9
/
+12
*
r600/uvd: fix check for UVD 2.x
Christian König
2013-07-08
1
-1
/
+1
*
gallivm: (trivial) fix using one lod instead of per-quad lod for texel fetch
Roland Scheidegger
2013-07-05
1
-1
/
+2
*
gallivm: Remove bogus assert.
José Fonseca
2013-07-05
1
-4
/
+1
*
nvc0: enable very initial support for nvf0 (GK110)
Ben Skeggs
2013-07-05
5
-5
/
+76
*
gallivm: (trivial) fix bogus assertion for per-element lod with 1d resources
Roland Scheidegger
2013-07-05
2
-2
/
+1
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
10
-126
/
+195
*
draw: fix overflows in the indexed rendering paths
Zack Rusin
2013-07-03
4
-43
/
+159
*
draw/llvm: index overflows if it's greater than elt max
Zack Rusin
2013-07-03
1
-1
/
+1
*
postprocess: move second temporary assertion into isolated configuration
Matthew McClure
2013-07-03
1
-2
/
+2
*
targets/xvmc-nouveau: add in missing nv30 lib
Ilia Mirkin
2013-07-03
1
-0
/
+1
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
13
-13
/
+0
*
gallivm: Simplify intrinsic name construction.
José Fonseca
2013-07-02
1
-23
/
+10
*
gallivm: Fix MSVC build.
José Fonseca
2013-07-02
1
-8
/
+7
*
gallivm: Fix indirect immediate registers.
José Fonseca
2013-07-02
1
-2
/
+2
*
gallium/tests: fix the translate test
Zack Rusin
2013-06-28
1
-4
/
+4
*
draw/translate: fix instancing
Zack Rusin
2013-06-28
17
-40
/
+109
*
draw: fix incorrect clipper invocation statistics
Zack Rusin
2013-06-28
1
-6
/
+0
*
draw/gallivm: export overflow arithmetic to its own file
Zack Rusin
2013-06-28
4
-44
/
+234
*
draw: check for integer overflows in instance computation
Zack Rusin
2013-06-28
2
-0
/
+7
*
draw: check for an integer overflow when computing stride
Zack Rusin
2013-06-28
1
-10
/
+43
*
draw: account for elem size when computing overflow
Zack Rusin
2013-06-28
1
-7
/
+23
*
tools/trace: Return dummy fence object to silence warnings.
José Fonseca
2013-07-01
1
-1
/
+2
*
tools/trace: Don't crash if a trace has no timing information.
José Fonseca
2013-07-01
2
-3
/
+4
*
nvc0: allow frame dropping in h264
Maarten Lankhorst
2013-07-01
1
-3
/
+0
*
r300g/compiler: Prevent regalloc from swizzling texture operands v2
Tom Stellard
2013-06-30
5
-0
/
+124
*
r300g/compiler/tests: Add an assembly parser
Tom Stellard
2013-06-30
5
-16
/
+200
*
r300g: Fix make check
Tom Stellard
2013-06-30
1
-1
/
+2
*
r600g: implement fast color clears for MSAA on evergreen+
Grigori Goronzy
2013-07-01
3
-2
/
+79
*
r600g/compute: disable unused colorbuffer slots
Marek Olšák
2013-07-01
1
-1
/
+12
*
st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
2013-06-30
2
-0
/
+23
*
llvmpipe: fix timer query if there's no bins
Roland Scheidegger
2013-06-29
1
-0
/
+10
*
clover: Don't segfault when compiling a program with no kernel
Tom Stellard
2013-06-28
1
-0
/
+7
*
radeonsi: disable 2D tiling on CIK for now
Alex Deucher
2013-06-28
1
-1
/
+4
*
radeonsi: add llvm processor names for CIK
Alex Deucher
2013-06-28
1
-0
/
+3
*
radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cik
Alex Deucher
2013-06-28
1
-17
/
+34
*
radeonsi: PA_CL_ENHANCE is privileged on CIK
Alex Deucher
2013-06-28
1
-2
/
+3
*
radeonsi: update surface sync packet emit for CIK
Alex Deucher
2013-06-28
1
-6
/
+17
*
radeonsi: store chip class in the pm4 struct
Alex Deucher
2013-06-28
5
-19
/
+62
*
radeonsi: properly handle DB tiling setup on CIK
Alex Deucher
2013-06-28
1
-7
/
+155
*
radeonsi: emit additional shader pgm rsrc registers for CIK
Alex Deucher
2013-06-28
1
-0
/
+11
[next]