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
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
4
-6
/
+8
*
configs: do not let llvm-config define NDEBUG in debug builds
Brian Paul
2011-07-11
1
-1
/
+1
*
ir_to_mesa: typo fix in a comment.
Eric Anholt
2011-07-11
1
-3
/
+3
*
i965: Fix fp-dst-aliasing-[12].vpfp.
Eric Anholt
2011-07-11
1
-4
/
+19
*
i965: Fix fp-lit-src-equals-dst.
Eric Anholt
2011-07-11
1
-11
/
+11
*
configure.ac: do not let llvm-config define NDEBUG in debug builds
Marek Olšák
2011-07-11
1
-1
/
+1
*
scons: Filter-out NDEBUG define from llvm-config.
José Fonseca
2011-07-11
1
-1
/
+9
*
glx: add a few missing glXChooseFBConfig() attributes
Brian Paul
2011-07-11
2
-3
/
+10
*
glext.h: update to version 71
Brian Paul
2011-07-11
1
-3
/
+81
*
mesa: fix assertion failure in delete_wrapper
Marek Olšák
2011-07-11
1
-1
/
+2
*
mesa: add a comment in _mesa_test_formats
Marek Olšák
2011-07-11
1
-0
/
+1
*
mesa: fix assertion failure in _mesa_test_formats
Marek Olšák
2011-07-11
1
-1
/
+2
*
Revert "WIP r600g: depth_buffer_float renderbuffer support on evergreen"
Marek Olšák
2011-07-11
1
-13
/
+1
*
r600g: more valgrind fixes
Marek Olšák
2011-07-11
1
-2
/
+2
*
r600g: zero memory of ioctl parameters
Marek Olšák
2011-07-11
1
-3
/
+3
*
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
4
-9
/
+20
*
WIP r600g: depth_buffer_float renderbuffer support on evergreen
Marek Olšák
2011-07-10
1
-1
/
+13
*
swrast: fix depth/stencil blits when there's no colorbuffer
Marek Olšák
2011-07-10
1
-3
/
+0
*
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
2011-07-10
1
-0
/
+4
*
docs: update GL3 status
Marek Olšák
2011-07-10
1
-1
/
+1
*
r600g: depth_buffer_float support on r600-r700
Marek Olšák
2011-07-10
2
-0
/
+18
*
gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgba
Marek Olšák
2011-07-10
1
-0
/
+35
*
gallium/util: implement software Z32F_S8X24 depth-stencil clear
Marek Olšák
2011-07-10
1
-1
/
+34
*
gallium/util: implement pack functions for Z32F and Z32F_S8X24
Marek Olšák
2011-07-10
1
-0
/
+64
*
st/mesa: implement read/draw/copypixels for Z32F and Z32F_S8X24
Marek Olšák
2011-07-10
2
-9
/
+98
*
st/mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
3
-2
/
+34
*
mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8
Marek Olšák
2011-07-10
3
-24
/
+313
*
mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-0
/
+20
*
mesa: implement texstore for DEPTH32F_STENCIL8
Marek Olšák
2011-07-10
1
-1
/
+67
*
mesa: implement texstore for DEPTH_COMPONENT32F
Marek Olšák
2011-07-10
1
-5
/
+7
*
mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-2
/
+25
*
mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-3
/
+32
*
mesa: implement texfetch functions for depth_buffer_float
Marek Olšák
2011-07-10
2
-8
/
+31
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
9
-6
/
+125
*
r600g: LIT: clamp negative src.y to 0
Vadim Girlin
2011-07-10
1
-5
/
+24
*
st/dri: remove unused variables
Marek Olšák
2011-07-10
1
-2
/
+0
*
st/egl: fix linking errors
Chia-I Wu
2011-07-10
1
-0
/
+18
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
r600g: Get rid of some superfluous braces.
Henri Verbeet
2011-07-09
2
-14
/
+14
*
r600g: Check for Evergreen chip class instead of Cedar family in r600_context...
Henri Verbeet
2011-07-09
1
-1
/
+1
*
r600g: Store the chip class directly in r600_bc.
Henri Verbeet
2011-07-09
3
-49
/
+6
*
r600g: Replace the CHIPREV_* defines with the chip_class enum.
Henri Verbeet
2011-07-09
5
-99
/
+93
*
r600g: Get rid of the superfluous family field from r600_shader.
Henri Verbeet
2011-07-09
2
-6
/
+4
*
r600g: Store the chip class in r600_pipe_context.
Henri Verbeet
2011-07-09
6
-70
/
+36
*
r600g: Fix the type of the family field in r600_pipe_context.
Henri Verbeet
2011-07-09
1
-1
/
+1
*
i965/gen4: Fix GPU hangs since the program streaming change.
Eric Anholt
2011-07-09
1
-1
/
+1
*
i965/gen7: Remove gratuitous dirty flags from WM and PS state.
Kenneth Graunke
2011-07-08
1
-8
/
+3
*
r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRP
Vadim Girlin
2011-07-08
1
-2
/
+7
*
r600g: introduce r600_bc_src_set_abs helper and fix LOG
Vadim Girlin
2011-07-08
1
-8
/
+18
*
r600g: RSQ: clear NEG for operand
Vadim Girlin
2011-07-08
1
-0
/
+1
[next]