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: do not reset device to 0 when doing unrelated operations
Marek Olšák
2011-04-25
1
-2
/
+0
*
r600g: trivially implement LATC/3DC
Marek Olšák
2011-04-25
1
-0
/
+4
*
r600g: drop r600_helper.c no point in it
Dave Airlie
2011-04-25
4
-73
/
+39
*
r600g: enable EXT_draw_buffers2
Dave Airlie
2011-04-25
1
-5
/
+1
*
r600g: fix glean clipflat test.
Dave Airlie
2011-04-24
2
-3
/
+8
*
r300g: reorder caps
Marek Olšák
2011-04-24
1
-13
/
+11
*
r300g: fix exposing caps on r300-r400
Marek Olšák
2011-04-24
1
-2
/
+2
*
r600g: fix glsl-fs-abs-neg
Dave Airlie
2011-04-24
1
-0
/
+2
*
r600g: fix bank swizzle calcs for scalar only operations.
Dave Airlie
2011-04-24
1
-15
/
+25
*
r600g: PV/PS have cycle restrictions in scalar operations
Dave Airlie
2011-04-24
1
-2
/
+6
*
graw: Replace dead symlinks to delete python statetracker shaders with their ...
José Fonseca
2011-04-23
64
-2
/
+818
*
draw: fix point/line/tri flushing bug in vbuf code
Brian Paul
2011-04-22
1
-4
/
+10
*
r300g: do not advertise color_buffer_float on r300 and r400
Marek Olšák
2011-04-22
1
-1
/
+1
*
egl/wayland: Update to buffer.damage addition
Benjamin Franzke
2011-04-22
1
-0
/
+1
*
r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0
Marek Olšák
2011-04-22
1
-4
/
+9
*
st/egl: Update to wayland protocol,egl changes
Benjamin Franzke
2011-04-22
2
-27
/
+92
*
galahad,util: warn on resource target mismatch in copy_region
Marek Olšák
2011-04-21
2
-0
/
+9
*
gallium: add fallback for copying buffers to all drivers
Marek Olšák
2011-04-21
8
-0
/
+70
*
util: add a simple memcpy path for copying buffers in util_resource_copy_region
Marek Olšák
2011-04-21
1
-9
/
+13
*
r600g: fix userspace fences again
Alex Deucher
2011-04-20
1
-0
/
+3
*
r600g: don't flush the dest caches on every draw
Fredrik Höglund
2011-04-20
7
-72
/
+176
*
translate: disable clamping of instanced array indexes
Brian Paul
2011-04-19
2
-9
/
+16
*
r600g: add evergreen+ big endian support
Alex Deucher
2011-04-19
4
-6
/
+74
*
r600g: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
8
-14
/
+151
*
r600g: add cb support for snorm formats.
Dave Airlie
2011-04-19
2
-9
/
+13
*
r600g: fix warnings with piglit texture-rg test.
Dave Airlie
2011-04-19
2
-0
/
+6
*
r600g: make loop const always flush
Dave Airlie
2011-04-19
2
-2
/
+2
*
r600g: add dirty tracking to context reg.
Dave Airlie
2011-04-19
1
-7
/
+12
*
r600g: deinline some large functions.
Dave Airlie
2011-04-19
2
-76
/
+83
*
r600g: consolidate r600/evergreen code for resource emission.
Dave Airlie
2011-04-19
3
-41
/
+8
*
r600g: don't flush caches if we already did so, even for a subset of the flags
Bas Nieuwenhuizen
2011-04-19
1
-2
/
+2
*
r600g: attempt to avoid emitting resources that are the same
Dave Airlie
2011-04-19
1
-18
/
+49
*
r600g: modify block to only emit the first few dirty registers. (v2)
Dave Airlie
2011-04-19
4
-12
/
+39
*
r600g: track dirty registers better. (v2)
Dave Airlie
2011-04-19
4
-121
/
+171
*
nvfx: comment-out unused var
Brian Paul
2011-04-18
1
-1
/
+1
*
r300g: remove non-existing include path from SConscript
Marek Olšák
2011-04-18
1
-1
/
+0
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
36
-593
/
+586
*
r600g: disable ARB_draw_instanced
Marek Olšák
2011-04-18
1
-1
/
+3
*
r300g: disable ARB_draw_instanced on SWTCL chipsets.
Marek Olšák
2011-04-18
1
-1
/
+1
*
r600g: use some loops.
Dave Airlie
2011-04-17
2
-29
/
+24
*
r600g: consolidate the same piece of cut-n-paste code into a function.
Dave Airlie
2011-04-17
3
-42
/
+21
*
gallium: include u_format.h for util_format_is_supported
Marcin Slusarz
2011-04-17
6
-0
/
+6
*
nvc0: work around what looks like a code prefetch bug
Christoph Bumiller
2011-04-17
1
-1
/
+4
*
nv50,nvc0: add new texture and render target formats
Christoph Bumiller
2011-04-17
2
-7
/
+177
*
nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries
Christoph Bumiller
2011-04-17
2
-6
/
+6
*
nvc0: fix viewport rectangle calculation
Christoph Bumiller
2011-04-17
1
-5
/
+7
*
gallium/docs: Improve min_index/max_index description.
José Fonseca
2011-04-16
1
-8
/
+17
*
translate: s/varient/variant/
Brian Paul
2011-04-15
1
-44
/
+44
*
vega: move ureg_destroy(ureg) after last use of ureg var
Brian Paul
2011-04-15
1
-1
/
+2
*
gallium: add and use generic function for querying patented format support (v2)
Marek Olšák
2011-04-15
10
-41
/
+78
[prev]
[next]