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
*
egl/wayland: Fix possible lockup in drm initialization
Benjamin Franzke
2011-04-29
1
-1
/
+1
*
r600g: print opcodes names instead of numbers
Marek Olšák
2011-04-29
1
-1
/
+3
*
r600g: implement EXT_packed_float
Marek Olšák
2011-04-29
3
-0
/
+10
*
util: implement R11G11B10_FLOAT pack/unpack functions
Marek Olšák
2011-04-29
4
-1
/
+336
*
mesa, util: move RGB9E5 conversion functions to gallium/util
Marek Olšák
2011-04-29
2
-1
/
+165
*
r600g: trivially implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+5
*
util: implement R9G9B9E5 pack and unpack functions
Marek Olšák
2011-04-29
1
-5
/
+82
*
i915g: Enable S3TC texture support
Christopher Egert
2011-04-29
2
-6
/
+11
*
llvmpipe: move active_query assignment
Brian Paul
2011-04-28
1
-2
/
+2
*
llvmpipe: move active_query assignment in lp_setup_begin_query()
Brian Paul
2011-04-28
1
-2
/
+2
*
svga: emit user-defined clip plane state
Brian Paul
2011-04-27
3
-11
/
+26
*
util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient
Marek Olšák
2011-04-27
1
-4
/
+4
*
gallium/nouveau: fix printf warnings
Marek Olšák
2011-04-27
2
-2
/
+2
*
gallivm: fix warning: ‘value’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
*
svga: fix warning: ‘uc.ui’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
*
os: simplify ifdef
nobled
2011-04-27
1
-1
/
+1
*
winsys/wayland: Fix typo in Makefile
Benjamin Franzke
2011-04-25
1
-1
/
+1
*
st/egl: Add wayland shm softpipe support
Benjamin Franzke
2011-04-25
4
-3
/
+192
*
st/egl: Generalize wayland backend a bit
Benjamin Franzke
2011-04-25
3
-253
/
+361
*
winsys: Add wayland shm sw winsys
Benjamin Franzke
2011-04-25
4
-0
/
+343
*
r600g: Unify comment style somewhat.
Henri Verbeet
2011-04-25
7
-48
/
+53
*
r600g: Cleanup the big endian support a bit.
Henri Verbeet
2011-04-25
11
-162
/
+166
*
r600g: Use EG constants in EG r600_colorformat_endian_swap().
Henri Verbeet
2011-04-25
1
-21
/
+21
*
r600g: Remove r600_helper.c from SConscript.
Vinson Lee
2011-04-24
1
-1
/
+0
*
r600g: remove some pointless and unused functions
Marek Olšák
2011-04-25
3
-21
/
+3
*
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
[next]