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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.
Kenneth Graunke
2011-06-18
2
-2
/
+39
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.
Kenneth Graunke
2011-06-18
1
-1
/
+31
*
i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.
Kenneth Graunke
2011-06-18
2
-10
/
+43
*
i965/fs: Check for compilation failure and bail before optimizing.
Kenneth Graunke
2011-06-18
1
-0
/
+2
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
26
-298
/
+277
*
i965: Only flag the new-batch related state as dirty at new batch time.
Eric Anholt
2011-06-18
1
-5
/
+1
*
mesa: Fix render-to-texture regression.
Eric Anholt
2011-06-18
1
-2
/
+2
*
mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.
Eric Anholt
2011-06-18
1
-0
/
+2
*
i965: Don't try to continue space before the start of a VBO.
Eric Anholt
2011-06-18
1
-0
/
+2
*
i965: Add missing state flag for vertex elements on current VS program.
Eric Anholt
2011-06-18
1
-1
/
+2
*
r300g: rename AOS -> VARRAYS
Marek Olšák
2011-06-18
1
-17
/
+17
*
r300g: fix handling PREP_* options
Marek Olšák
2011-06-18
1
-31
/
+32
*
r600g: fix LIT to handle src==dst properly
Vadim Girlin
2011-06-18
1
-1
/
+3
*
r600g: fix RSQ to use abs value of operand on evergreen
Vadim Girlin
2011-06-18
1
-1
/
+1
*
r600g: fix source box in r600_resource_copy_region
Vadim Girlin
2011-06-18
1
-2
/
+11
*
mesa: allow depth texture arrays
Brian Paul
2011-06-17
1
-1
/
+5
*
st/mesa: remove unneeded test for GL_TRUE
Brian Paul
2011-06-17
1
-1
/
+1
*
st/mesa: remove redundant _mesa_is_depth_format() call
Brian Paul
2011-06-17
1
-2
/
+1
*
st/mesa: remove trailing whitespace in st_format.c
Brian Paul
2011-06-17
1
-2
/
+2
*
st/mesa: move comment for ChooseTextureFormat() to right place
Brian Paul
2011-06-17
1
-3
/
+4
*
apple: Use apple_cgl_get_dl_handle() rather than opening a new handle
Jeremy Huddleston
2011-06-17
1
-22
/
+2
*
scons: List all targets.
José Fonseca
2011-06-17
1
-0
/
+15
*
scons: Remember the options set on the command line.
José Fonseca
2011-06-17
1
-0
/
+2
*
scons: Don't list MSVS_VERSION option outside windows platforms.
José Fonseca
2011-06-17
1
-1
/
+2
*
scons: Correct glapi USE_xxx_ASM flags.
José Fonseca
2011-06-17
1
-11
/
+4
*
scons: Accept verbose=yes instead of quiet=no.
José Fonseca
2011-06-17
2
-2
/
+4
*
glx: implement drawable refcounting.
Stéphane Marchesin
2011-06-17
6
-21
/
+37
*
scons: Move all env setup to scons/gallium.py
José Fonseca
2011-06-17
2
-22
/
+18
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
13
-83
/
+56
*
mesa: use helper functions to distinguish between user/winsys FBOs
Brian Paul
2011-06-16
1
-18
/
+42
*
mesa: refactor, create _mesa_update_draw_buffers() helper
Brian Paul
2011-06-16
3
-11
/
+27
*
mesa: updated comments in _make_current()
Brian Paul
2011-06-16
1
-8
/
+5
*
r600: fix SPI inputs setup on r600/r700
Vadim Girlin
2011-06-16
1
-4
/
+9
*
intel: Fix typo in intel_offset_S8 comments
Chad Versace
2011-06-15
1
-1
/
+1
*
i965/gen5,6: Fix hang when emitting hiz buffer without stencil buffer
Chad Versace
2011-06-15
1
-18
/
+40
*
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
*
glsl/builtins: Actually implement int/ivec variants of abs().
Kenneth Graunke
2011-06-14
1
-0
/
+20
*
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
*
glsl/generate_builtins.py: Remove regexp to kill pointer addresses.
Kenneth Graunke
2011-06-14
1
-4
/
+0
*
glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...
Jeremy Huddleston
2011-06-14
2
-2586
/
+2666
*
st/mesa: fix indentation, whitespace
Brian Paul
2011-06-14
1
-69
/
+74
*
st/mesa: replace st->ctx with ctx
Brian Paul
2011-06-14
7
-69
/
+80
*
st/mesa: fix comments, whitespace
Brian Paul
2011-06-14
1
-3
/
+4
*
docs: 7.10.3 updates
Brian Paul
2011-06-14
3
-1
/
+312
[prev]
[next]