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: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
4
-12
/
+41
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
1
-2
/
+2
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
2
-15
/
+15
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
1
-21
/
+2
*
st/mesa: implement ARB_timer_query
Marek Olšák
2012-07-10
2
-0
/
+19
*
st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
Marek Olšák
2012-07-06
1
-4
/
+1
*
mesa/st: gl_ClipDistance must be interpolated in 3d space.
Olivier Galibert
2012-07-04
1
-2
/
+2
*
st/mesa: use DEBUG_INCOMPLETE_FBO debug flag
Brian Paul
2012-06-29
1
-7
/
+3
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-1
/
+2
*
st/mesa: added some simple fbo debugging/helper code
Brian Paul
2012-06-25
1
-1
/
+25
*
st/mesa: fix transform feedback of unsubscripted gl_ClipDistance array
Marcin Slusarz
2012-06-20
2
-44
/
+6
*
st/mesa: clamp glDrawPixels size to max texture size
Brian Paul
2012-06-19
1
-0
/
+31
*
st/mesa: move st_validate_state() call earlier in st_DrawPixels()
Brian Paul
2012-06-19
1
-5
/
+5
*
st/mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
2
-0
/
+2
*
st/mesa: properly allocate MSAA renderbuffers
Marek Olšák
2012-06-16
1
-3
/
+31
*
st/mesa: make unsupported renderbuffer formats always fail as FBO incomplete
Marek Olšák
2012-06-16
1
-4
/
+10
*
st/mesa: separate sw renderbuffer allocation from hw one
Marek Olšák
2012-06-16
1
-75
/
+93
*
st/mesa: don't do srgb->linear conversion in decompress_with_blit
Marek Olšák
2012-06-15
1
-0
/
+1
*
gallium: Add support for ir_unop_f2u to tgsi backend.
Paul Berry
2012-06-15
1
-0
/
+6
*
st/mesa: atomize vertex array state
Marek Olšák
2012-06-15
6
-578
/
+624
*
st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color output
Brian Paul
2012-06-14
1
-2
/
+11
*
st/mesa: Finally activate the ARB_shader_bit_encoding extension.
Olivier Galibert
2012-06-07
1
-0
/
+4
*
glsl: Bitwise conversion operator support in the software renderers.
Olivier Galibert
2012-06-07
1
-0
/
+6
*
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-3
/
+1
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
1
-9
/
+9
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-52
/
+6
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-3
/
+1
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-42
/
+9
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-06-02
1
-0
/
+4
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-5
/
+4
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
st/mesa: set stObj->lastLevel in guess_and_alloc_texture
Vadim Girlin
2012-05-23
1
-0
/
+2
*
st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv()
Brian Paul
2012-05-19
1
-1
/
+1
*
st/mesa: remove unused pipe variable
Brian Paul
2012-05-19
1
-1
/
+0
*
st/mesa: added st_print_current_vertex_program(), for debugging
Brian Paul
2012-05-19
2
-0
/
+27
*
state_tracker: remove sw_primitive_restart from st_context
Jordan Justen
2012-05-17
2
-2
/
+0
*
state_tracker: remove software handling of primitive restart
Jordan Justen
2012-05-17
1
-178
/
+2
*
state_tracker: set PrimitiveRestartInSoftware if needed
Jordan Justen
2012-05-17
1
-0
/
+1
*
st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_data
Christoph Bumiller
2012-05-17
1
-0
/
+3
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
5
-257
/
+111
|
\
|
*
st/mesa: unmap upload buffer after uploading indices and constants
Marek Olšák
2012-04-30
2
-0
/
+2
|
*
cso: cso_context should install u_vbuf by itself and not st/mesa
Marek Olšák
2012-04-30
2
-29
/
+0
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-6
/
+3
|
*
st/mesa: reorder code in draw_vbo
Marek Olšák
2012-04-30
1
-12
/
+12
|
*
st/mesa: remove more unnecessary code in draw_vbo
Marek Olšák
2012-04-30
1
-16
/
+1
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-10
/
+7
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
4
-160
/
+31
|
*
st/mesa: make user constant buffers optional
Marek Olšák
2012-04-30
3
-7
/
+25
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-7
/
+9
|
*
st/mesa: make user index buffers optional
Marek Olšák
2012-04-30
3
-1
/
+16
[next]