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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915g: handle seperate stencil clear
Daniel Vetter
2011-10-07
1
-0
/
+10
*
i915g: actually try to clear 16bit depth bufs
Daniel Vetter
2011-10-07
1
-1
/
+1
*
i915g: hw can't fastclear both depth and color when bbp doesn't match
Daniel Vetter
2011-10-07
1
-29
/
+93
*
i915g: disable scissor in fast clear
Daniel Vetter
2011-10-07
1
-4
/
+6
*
i915g: add some obscure sampler formats
Daniel Vetter
2011-10-07
1
-1
/
+3
*
i915g: fixup clear params emission
Daniel Vetter
2011-10-07
1
-1
/
+8
*
i915g: make fixup swizzle into a real hw state
Daniel Vetter
2011-10-07
3
-41
/
+45
*
i915g: Announce GL 2.0.
Stéphane Marchesin
2011-10-06
1
-1
/
+1
*
i915g: Silence warning.
Stéphane Marchesin
2011-10-06
1
-1
/
+1
*
i915g: Fix comment.
Stéphane Marchesin
2011-10-05
1
-1
/
+1
*
llvmpipe: Fix the 4 planes (lines) case properly.
José Fonseca
2011-10-05
2
-16
/
+33
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
4
-5
/
+31
*
softpipe: fix Z interpolation invariance bug
Brian Paul
2011-10-04
1
-1
/
+10
*
softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
Brian Paul
2011-10-04
1
-0
/
+2
*
r300g: fix rendering with a non-zero index bias in draw_elements_immediate
Marek Olšák
2011-10-04
1
-1
/
+3
*
r600g: fix parsing TGSI declarations
Marek Olšák
2011-10-04
1
-2
/
+2
*
r300/compiler: Fix error in OMOD optimization
Tom Stellard
2011-10-02
1
-0
/
+16
*
r300/compiler: Rewrite source swizzles when using OMOD
Tom Stellard
2011-10-02
1
-1
/
+6
*
r300/compiler: Fix rc_normal_rewrite_writemask()
Tom Stellard
2011-10-02
1
-5
/
+4
*
r300/compiler: Use consistent src swizzles for transcendent instructions
Tom Stellard
2011-10-02
5
-6
/
+33
*
r600g: fix a compiler warning
Marek Olšák
2011-09-30
1
-0
/
+1
*
r600g: move all files from winsys/r600 into drivers/r600
Marek Olšák
2011-09-30
4
-0
/
+3219
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
10
-65
/
+22
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
2
-2
/
+2
*
r600g: remove struct radeon (or what's left of it)
Marek Olšák
2011-09-30
3
-24
/
+5
*
r600g: move family and chip_class from struct radeon to r600_screen
Marek Olšák
2011-09-30
4
-15
/
+42
*
r600g: merge r600_bo with r600_resource
Marek Olšák
2011-09-30
11
-191
/
+179
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
4
-0
/
+4
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
5
-0
/
+6
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
11
-50
/
+55
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
10
-16
/
+0
*
winsys/svga: Update to vmwgfx kernel module 2.1
Thomas Hellstrom
2011-09-29
2
-2
/
+3
*
llvmpipe: Convert some of the null checks back to asserts.
José Fonseca
2011-09-29
1
-26
/
+12
*
llvmpipe: Also reset the state in lp_scene_bin_reset
José Fonseca
2011-09-29
1
-0
/
+1
*
llvmpipe: Prevent segfault during fs variant cache shrinking.
José Fonseca
2011-09-29
1
-4
/
+15
*
r300g: remove useless variables in some structures
Marek Olšák
2011-09-29
4
-29
/
+12
*
r300g: simplify the immd_is_good_idea function
Marek Olšák
2011-09-29
1
-26
/
+2
*
nv50,nvc0: support polygon offset clamp state
Christoph Bumiller
2011-09-28
6
-3
/
+9
*
r600: support polygon offset clamp state
Christoph Bumiller
2011-09-28
2
-2
/
+2
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
1
-0
/
+1
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
10
-30
/
+30
*
r600g: add index_bias to index buffer bounds
Marek Olšák
2011-09-26
1
-0
/
+5
*
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
Marek Olšák
2011-09-26
7
-18
/
+18
*
u_vbuf_mgr: cleanup original vs real vertex buffer arrays
Marek Olšák
2011-09-26
3
-19
/
+20
*
nouveau: fix crash during fence emission
Marcin Slusarz
2011-09-25
1
-2
/
+2
*
noop: Always use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+2
*
llvmpipe: Always use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+3
*
softpipe: Use memory allocation macros.
José Fonseca
2011-09-25
2
-3
/
+3
*
svga: indentation/formatting fixes
Brian Paul
2011-09-23
1
-16
/
+16
*
svga: remove emit_consts() offset parameter
Brian Paul
2011-09-23
1
-3
/
+7
[next]