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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.ac: Compute the required llvm static libraries only once
Tom Stellard
2013-01-24
1
-4
/
+0
*
radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.
Michel Dänzer
2013-01-24
1
-0
/
+5
*
radeonsi: make sure copying of all texture formats is accelerated
Marek Olšák
2013-01-24
2
-59
/
+54
*
radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.
Michel Dänzer
2013-01-24
1
-0
/
+4
*
radeonsi: Make sure to use float number format for packed float colour formats.
Michel Dänzer
2013-01-24
1
-2
/
+4
*
nouveau/build: Fix build failures when drm is not in /usr/include.
José Fonseca
2013-01-22
3
-3
/
+6
*
radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().
Michel Dänzer
2013-01-22
1
-1
/
+11
*
r300g: add a workaround for the AA colorbuffer addressing bug on R500
Marek Olšák
2013-01-21
2
-7
/
+42
*
r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cards
Marek Olšák
2013-01-21
2
-3
/
+6
*
r300g: enable AA optimizations for the RGBA16F format
Marek Olšák
2013-01-21
3
-1
/
+11
*
radeonsi: More assorted depth/stencil changes ported from r600g.
Marek Olšák
2013-01-21
7
-136
/
+251
*
radeonsi: improve flushed depth texture handling
Vadim Girlin
2013-01-21
5
-81
/
+100
*
radeonsi: Assorted depth/stencil changes ported from r600g.
Marek Olšák
2013-01-21
5
-56
/
+48
*
radeonsi: Enable 1D tiling for non-depth resources as well.
Michel Dänzer
2013-01-21
1
-2
/
+1
*
radeonsi: Fix 1D tiling mode index for non-scanout resources.
Michel Dänzer
2013-01-21
1
-1
/
+4
*
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Vincent Lejeune
2013-01-19
1
-1
/
+2
*
nv50/ir: add definitions of Target and CodeEmitter dtors
Christoph Bumiller
2013-01-19
1
-2
/
+2
*
nouveau: fix undefined behaviour when testing sample_count
Christoph Bumiller
2013-01-19
3
-0
/
+6
*
nv50/ir: fix a couple of warnings
Christoph Bumiller
2013-01-19
3
-6
/
+11
*
r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output
Vincent Lejeune
2013-01-18
3
-58
/
+146
*
r600g/llvm: tgsi to llvm emits stream output intrinsics.
Vincent Lejeune
2013-01-18
5
-1
/
+39
*
r600g/llvm:translate ARL opcode to a simple cast
Vincent Lejeune
2013-01-18
1
-2
/
+12
*
r600g/llvm: rework handling of the constants
Vadim Girlin
2013-01-18
3
-16
/
+54
*
llvmpipe: turn on integer texture support
Roland Scheidegger
2013-01-18
1
-6
/
+16
*
llvmpipe: more fixes for integer color buffers
Roland Scheidegger
2013-01-18
1
-3
/
+39
*
llvmpipe: trivial code and comment cleanup.
Roland Scheidegger
2013-01-18
1
-14
/
+12
*
llvmpipe: fix using wrong format with MRT in blend code
Roland Scheidegger
2013-01-18
4
-11
/
+26
*
radeonsi: Actually keep track if we are using depth textures for samplers.
Michel Dänzer
2013-01-17
1
-3
/
+7
*
radeonsi: Fix Z24 texture formats.
Michel Dänzer
2013-01-17
1
-2
/
+2
*
radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.
Michel Dänzer
2013-01-17
5
-7
/
+14
*
radeonsi: Use proper hardware format for stencil texturing.
Michel Dänzer
2013-01-17
1
-1
/
+2
*
radeonsi: Enable tiling for depth/stencil resources.
Michel Dänzer
2013-01-17
1
-4
/
+3
*
radeonsi: Consolidate calculation of tile mode index.
Michel Dänzer
2013-01-17
1
-111
/
+71
*
nvc0: add support for accelerated video decoding through the dedicated engines
Maarten Lankhorst
2013-01-17
6
-3
/
+1833
*
radeonsi: Pass texture type to sampling intrinsics.
Michel Dänzer
2013-01-17
1
-4
/
+2
*
nvc0: add space checks to clear functions
Maarten Lankhorst
2013-01-17
1
-5
/
+14
*
nv50: add space checks to clear functions, and respect depth
Maarten Lankhorst
2013-01-17
1
-13
/
+24
*
nvc0: Add support for video buffer
Maarten Lankhorst
2013-01-16
7
-11
/
+310
*
r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZ
Marek Olšák
2013-01-15
4
-18
/
+17
*
r300g: implement MSAA compression and fast MSAA color clear
Marek Olšák
2013-01-15
13
-6
/
+211
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
10
-14
/
+0
*
softpipe: implement separate depth-stencil clear
Marek Olšák
2013-01-15
1
-3
/
+12
*
gallium/svga: Make sure -std=gnu99 is set.
Johannes Obermayr
2013-01-14
1
-1
/
+2
*
r300g: set a dummy vertex buffer in context_create
Marek Olšák
2013-01-14
1
-0
/
+1
*
r300g: fix MSAA resolve to an untiled texture
Marek Olšák
2013-01-14
3
-3
/
+10
*
r300g: advertise MSAA support for the RGB10_A2 format on r500
Marek Olšák
2013-01-14
2
-12
/
+47
*
r300g: allow separate depth and stencil clear
Marek Olšák
2013-01-14
1
-1
/
+1
*
r300g: if both Z and stencil are present, they must be fast-cleared together
Marek Olšák
2013-01-14
1
-6
/
+11
*
r300g: allow HiZ with a 16-bit zbuffer
Marek Olšák
2013-01-14
1
-1
/
+0
*
r300g: random hyperz cleanups
Marek Olšák
2013-01-14
2
-3
/
+2
[next]