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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600g: remove some magic numbers
Marek Olšák
2011-06-19
2
-2
/
+13
*
configure.ac: add back --enable-gallium-egl
Marek Olšák
2011-06-19
1
-4
/
+27
*
configure.ac: Avoid running llvm-config when it hadn't been checked for.
Cyril Brulebois
2011-06-19
1
-0
/
+2
*
configure.ac: build r600g by default
Marek Olšák
2011-06-19
1
-2
/
+2
*
configure.ac: add option --with-gallium-drivers=DIRS
Marek Olšák
2011-06-19
1
-108
/
+57
*
configure.ac: remove --with-state-trackers
Marek Olšák
2011-06-19
1
-142
/
+75
*
configure.ac: remove redundant option --enable-gallium-egl
Marek Olšák
2011-06-19
1
-26
/
+4
*
u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmask
Marek Olšák
2011-06-19
4
-36
/
+36
*
r600g: fix warning: assignment discards qualifiers from pointer target type
Marek Olšák
2011-06-19
1
-1
/
+2
*
u_vbuf_mgr: fix uploading if format size is greater than stride
Marek Olšák
2011-06-19
1
-0
/
+5
*
i965: Enable extension GL_ARB_shader_texture_lod.
Kenneth Graunke
2011-06-18
2
-1
/
+2
*
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
5
-7
/
+76
*
i965/fs: Refactor texture result swizzling into a helper function.
Kenneth Graunke
2011-06-18
2
-9
/
+21
*
i965/fs: Move sampler fetch to the top of the ir_texture visit function.
Kenneth Graunke
2011-06-18
1
-6
/
+3
*
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
[prev]
[next]