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
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
9
-60
/
+47
*
r600: fix SPI inputs setup on r600/r700
Vadim Girlin
2011-06-16
1
-4
/
+9
*
r600g: disable render condition for some blitter operations
Marek Olšák
2011-06-15
3
-6
/
+34
*
r600g: fix TXD src regs needing fetching.
Mike Kaplinskiy
2011-06-15
1
-46
/
+50
*
r600g: use inlines for some common tex instr setup code.
Mike Kaplinskiy
2011-06-15
1
-11
/
+24
*
r600g: fix TXD when shadowing is enabled.
Mike Kaplinskiy
2011-06-15
2
-6
/
+17
*
r600g: add TXD support.
Dave Airlie
2011-06-15
4
-6
/
+64
*
i915g: add const qualifier to silence warning
Brian Paul
2011-06-14
1
-1
/
+1
*
r600g: also set TILE_MODE of the base level
Marek Olšák
2011-06-15
1
-1
/
+1
*
r600g: force OpenGL's BASE_LEVEL behavior on r600-r700
Marek Olšák
2011-06-15
1
-10
/
+16
*
r600g: fix RGB32F texturing
Marek Olšák
2011-06-14
1
-1
/
+2
*
r600g: fix indentation and comments
Marek Olšák
2011-06-14
2
-37
/
+40
*
r600g: disable shader_texture_lod until there is driver support
Marek Olšák
2011-06-14
1
-1
/
+1
*
llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
Adam Jackson
2011-06-14
1
-2
/
+66
*
nv50: fix copy/paste error in nv50_gmtyprog_validate
Christoph Bumiller
2011-06-14
1
-2
/
+4
*
st/xorg: remove unused variable
Marek Olšák
2011-06-14
1
-1
/
+0
*
r600g: do not link with softpipe
Marek Olšák
2011-06-14
1
-1
/
+0
*
r300g: do not link with softpipe
Marek Olšák
2011-06-14
1
-1
/
+0
*
xorg-radeon: rename to xorg-r300
Marek Olšák
2011-06-14
3
-30
/
+30
*
target-helpers: remove copy-pasted function inline_noop_helper
Marek Olšák
2011-06-14
3
-52
/
+9
*
r600g: skip SPI setup for position and face inputs
Vadim Girlin
2011-06-14
2
-4
/
+4
*
r600g: move depth texture flushing out of line.
Dave Airlie
2011-06-14
6
-7
/
+36
*
i915g: add a few more render target formats
Daniel Vetter
2011-06-13
1
-0
/
+7
*
r600g: Put shaders into immutable buffers.
Mathias Fröhlich
2011-06-13
2
-2
/
+3
*
r600g: Allow VRAM for the initial domain for every buffer binding.
Mathias Fröhlich
2011-06-13
1
-15
/
+11
*
r600g: Set the domains value also for recycled buffer objects.
Mathias Fröhlich
2011-06-13
1
-12
/
+14
*
r600g: Fix typo.
Mathias Fröhlich
2011-06-13
1
-1
/
+1
*
r600g: remove useless call to u_upload_flush
Pierre-Eric Pelloux-Prayer
2011-06-13
1
-5
/
+0
*
r600g: fixed bo memory leak issue
Pierre-Eric Pelloux-Prayer
2011-06-13
1
-0
/
+1
*
st/eglwayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-06-12
4
-0
/
+15
*
r300g: max_anisotropy of 1 is not anisotropic filtering
Marek Olšák
2011-06-11
1
-1
/
+1
*
i915g: implement fence signalling
Daniel Vetter
2011-06-11
1
-2
/
+6
*
r600g: VGT_PRIMITIVE_TYPE is special
Alex Deucher
2011-06-09
2
-3
/
+3
*
r600g: Handle CONFIG regs properly
Alex Deucher
2011-06-09
2
-32
/
+31
*
r300g: fix texturing with non-3D textures and wrap R mode set to sample border
Marek Olšák
2011-06-09
1
-0
/
+6
*
r300g: don't enable aniso with nearest filtering
Marek Olšák
2011-06-09
1
-41
/
+39
*
r600g: adjust vs/ps gprs on r600/r700 cards when needed.
Dave Airlie
2011-06-09
5
-19
/
+77
*
r600g: remove unused variable
Marek Olšák
2011-06-09
1
-1
/
+0
*
r300g: fix draw_vbo splitting on r3xx-r4xx
Marek Olšák
2011-06-09
1
-5
/
+10
*
r300g: make translate_primitive table-driven
Marek Olšák
2011-06-09
1
-24
/
+20
*
util: fix strict aliasing issues in u_format_r11g11b10f.h
Roland Scheidegger
2011-06-09
1
-8
/
+16
*
util: add gcc version check for builtins
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
util: better logbase2/next_power_of_two implementations
Benjamin Bellec
2011-06-09
1
-8
/
+24
*
glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.
José Fonseca
2011-06-08
1
-0
/
+3
*
svga: fix typos, update comments
Brian Paul
2011-06-08
1
-7
/
+5
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
r600g: fix mixup in GPR resource reg setup
Alex Deucher
2011-06-08
1
-3
/
+10
*
gallium: fix comments for pipe_stream_output_state
Brian Paul
2011-06-08
1
-7
/
+9
*
gallium: s/bool/boolean/
Brian Paul
2011-06-08
13
-21
/
+21
*
draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)
Brian Paul
2011-06-08
1
-5
/
+57
[next]