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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: restore missing \ in Makefile
Brian Paul
2011-10-04
1
-1
/
+1
*
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
*
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
2011-10-04
26
-36
/
+36
*
st/glx: Set the drawable attribute on xmesa_buffer creation.
Stephen White
2011-10-04
1
-1
/
+1
*
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
*
gallium/docs: update the documentation of capabilities
Marek Olšák
2011-09-30
1
-73
/
+84
*
r600g: move all files from winsys/r600 into drivers/r600
Marek Olšák
2011-09-30
19
-91
/
+11
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
15
-111
/
+82
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
4
-10
/
+5
*
r600g: remove struct radeon (or what's left of it)
Marek Olšák
2011-09-30
8
-96
/
+18
*
r600g: move family and chip_class from struct radeon to r600_screen
Marek Olšák
2011-09-30
8
-70
/
+57
*
r600g: merge r600_bo with r600_resource
Marek Olšák
2011-09-30
18
-382
/
+243
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
5
-1
/
+6
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
7
-2
/
+9
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
14
-54
/
+60
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
11
-17
/
+0
*
xorg/vmwgfx: Kill this target. It's not used anymore.
Thomas Hellstrom
2011-09-30
13
-2783
/
+0
*
winsys/svga: Update to vmwgfx kernel module 2.1
Thomas Hellstrom
2011-09-29
11
-263
/
+668
*
st/xa: Don't call fence_reference with an unitialized fence handle as dst
Thomas Hellstrom
2011-09-29
1
-1
/
+1
*
st/xa: surfaces and sampler views are per context
Thomas Hellstrom
2011-09-29
5
-63
/
+65
*
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
*
tools/trace: Dump NULL literally.
José Fonseca
2011-09-29
1
-0
/
+4
*
winsys/radeon: remove redundant member radeon_bo::size
Marek Olšák
2011-09-29
3
-8
/
+5
*
winsys/radeon: simplify updating GEM domains for relocations
Marek Olšák
2011-09-29
1
-10
/
+2
*
winsys/radeon: simplify passing GEM domains through to GEM_CREATE
Marek Olšák
2011-09-29
2
-25
/
+13
*
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
*
r600g: convert if (query->type) into switch statements
Marek Olšák
2011-09-29
1
-26
/
+54
*
gallium/docs: update d3d11ddi.txt
Marek Olšák
2011-09-29
1
-22
/
+11
*
d3d1x: propagate DepthBiasClamp to rasterizer cso
Christoph Bumiller
2011-09-28
1
-2
/
+1
*
d3d1x: fix uninitialized const color union black
Christoph Bumiller
2011-09-28
1
-1
/
+1
*
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
5
-0
/
+11
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
18
-42
/
+43
*
r600g: add index_bias to index buffer bounds
Marek Olšák
2011-09-26
1
-0
/
+5
*
u_vbuf_mgr: fix uploading with a non-zero index bias
Marek Olšák
2011-09-26
1
-4
/
+11
*
u_vbuf_mgr: dereference some pointers only once etc.
Marek Olšák
2011-09-26
1
-10
/
+13
*
u_vbuf_mgr: rework user buffer uploads
Marek Olšák
2011-09-26
1
-36
/
+58
*
u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
Marek Olšák
2011-09-26
2
-21
/
+6
*
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
Marek Olšák
2011-09-26
9
-82
/
+81
[next]