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
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: a couple fixes for st_BlitFramebuffer()
Brian Paul
2013-01-16
1
-30
/
+52
*
st/mesa: simplify some src/dst surface setup in BlitFramebuffer
Brian Paul
2013-01-16
1
-4
/
+4
*
st/mesa: use a generic varying to pass the clear color to the FS
Marek Olšák
2013-01-15
1
-2
/
+2
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
2
-2
/
+5
*
st/mesa: fix InternalFormat for Z24X8 window-system buffers
Marek Olšák
2013-01-15
1
-1
/
+3
*
st/mesa: remove dead conditional in Clear
Marek Olšák
2013-01-15
1
-12
/
+0
*
st/mesa: simplify conditionals in Clear
Marek Olšák
2013-01-15
1
-30
/
+12
*
st/mesa: fix glClear with different colormask for each colorbuffer
Marek Olšák
2013-01-15
1
-18
/
+25
*
st/mesa: always assume separate depth and stencil clear is supported
Marek Olšák
2013-01-15
2
-97
/
+22
*
st/mesa: add some simple buffer/draw debug code
Brian Paul
2013-01-14
4
-0
/
+18
*
st/mesa: set ctx->Const.UniformBufferOffsetAlignment
Fredrik Höglund
2013-01-12
1
-1
/
+4
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-2
/
+2
*
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2013-01-11
1
-0
/
+1
*
Remove state_tracker/Makefile
Matt Turner
2013-01-10
1
-2
/
+0
*
st/mesa: fix possible MSVC build error v2
Marek Olšák
2013-01-08
1
-2
/
+2
*
st/mesa: fix assertion failures with 2101010 vertex formats
Marek Olšák
2013-01-04
1
-3
/
+4
*
st/mesa: accelerate CopyTexSubImage for 1D array textures
Marek Olšák
2013-01-04
1
-26
/
+66
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
3
-17
/
+42
*
st/mesa: fix GetTexImage for compressed 2D array textures
Marek Olšák
2013-01-04
1
-23
/
+32
*
st/mesa: try to find the format matching format+type in decompressed_with_blit
Marek Olšák
2013-01-04
1
-19
/
+50
*
st/mesa: fix GetTexImage for compressed cubemaps
Marek Olšák
2013-01-04
1
-1
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
4
-8
/
+16
*
mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.
José Fonseca
2012-12-20
4
-22
/
+79
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-2
/
+2
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
2
-2
/
+8
*
st/mesa: add texture buffer object rgb32 support.
Dave Airlie
2012-12-16
1
-1
/
+13
*
gallium: Disable varying packing on hardware with <=8 texture indirections.
Paul Berry
2012-12-14
1
-0
/
+14
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
1
-4
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
6
-17
/
+7
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
4
-33
/
+3
*
st/mesa: remove a weird msaa hack
Marek Olšák
2012-12-12
4
-29
/
+2
*
glsl_to_tgsi: emit multi-level structs and arrays properly.
Dave Airlie
2012-12-12
1
-9
/
+42
*
st_glsl_to_tgsi: fix ubo bools.
Dave Airlie
2012-12-10
1
-2
/
+19
*
st_glsl_to_tgsi: call ubo load pass earlier
Dave Airlie
2012-12-10
1
-1
/
+2
*
glsl_to_tgsi: fix texture offset translation
Dave Airlie
2012-12-10
1
-4
/
+7
*
st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_data
Christoph Bumiller
2012-12-08
1
-0
/
+3
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
6
-7
/
+147
*
st/mesa: add option to enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+6
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
5
-7
/
+31
*
st/dri: implement MSAA for GLX/DRI2 framebuffers
Marek Olšák
2012-12-07
1
-2
/
+2
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+1
*
st/mesa: implement CopyTexSubImage for MSAA framebuffers
Marek Olšák
2012-12-07
1
-66
/
+113
*
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
2012-12-03
1
-4
/
+4
*
st/mesa: make st_flush do what glFlush does
Marek Olšák
2012-12-02
1
-0
/
+1
*
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
2012-11-30
1
-3
/
+5
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
2
-2
/
+2
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
1
-0
/
+2
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
1
-5
/
+7
[next]