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: pass etc2 textures to driver if supported
Ilia Mirkin
2015-02-19
4
-11
/
+40
*
st/mesa: add ARB_pipeline_statistics_query support
Ilia Mirkin
2015-02-18
2
-4
/
+55
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
2
-5
/
+14
*
st/glsl_to_tgsi: fix whitespace
Dave Airlie
2015-02-17
1
-202
/
+178
*
st/mesa: treat resource-less xfb buffers as if they weren't there
Ilia Mirkin
2015-02-14
1
-1
/
+1
*
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
Michel Dänzer
2015-02-06
1
-2
/
+9
*
st/mesa: mark constant array of swizzles as static const
Nils Wallménius
2015-02-04
1
-1
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
st/mesa: add EXT_polygon_offset_clamp support
Ilia Mirkin
2015-02-02
2
-0
/
+2
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-3
/
+3
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
1
-0
/
+1
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
9
-12
/
+14
*
st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors
Marek Olšák
2015-01-19
3
-5
/
+10
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
1
-2
/
+2
*
st/mesa: Use _mesa_format_convert to implement st_GetTexImage.
Iago Toral Quiroga
2015-01-12
1
-4
/
+13
*
state_tracker: Fix assertion failures in conditional block movs.
Eric Anholt
2015-01-10
1
-31
/
+26
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
1
-5
/
+5
*
st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
Marek Olšák
2015-01-07
1
-1
/
+2
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
2
-7
/
+4
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
5
-5
/
+14
*
glsl_to_tgsi: fix a bug in copy propagation
Marek Olšák
2015-01-03
1
-1
/
+2
*
st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cpp
Brian Paul
2014-12-16
1
-4
/
+2
*
st/mesa: add extern "C" to st_context.h
Brian Paul
2014-12-16
1
-0
/
+10
*
st/mesa: add extern "C" to st_program.h
Brian Paul
2014-12-16
1
-0
/
+9
*
st/mesa: use vertex id lowering according to pipe cap bit.
Roland Scheidegger
2014-12-16
2
-2
/
+10
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
1
-6
/
+2
*
st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupported
Abdiel Janulgue
2014-12-08
2
-4
/
+3
*
mesa/st: don't use CMP / I2F for conditional assignments with native integers
Roland Scheidegger
2014-12-06
1
-17
/
+45
*
st/mesa: avoid exposing EXT_texture_integer for pre-GLSL 1.30
Ilia Mirkin
2014-11-30
1
-0
/
+3
*
st/mesa: add a fallback for clear_with_quad when no vs_layer
Ilia Mirkin
2014-11-17
2
-5
/
+21
*
st/mesa: copy sampler_array_size field when copying instructions
Brian Paul
2014-11-17
1
-1
/
+6
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
5
-10
/
+0
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
3
-17
/
+30
*
gallium/util: add a window_space option to the passthrough vertex shader
Marek Olšák
2014-11-16
3
-3
/
+5
*
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
Mathias Fröhlich
2014-10-30
1
-7
/
+4
*
st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability
Brian Paul
2014-10-28
1
-1
/
+2
*
Revert "st/mesa: set MaxUnrollIterations = 255"
Marek Olšák
2014-10-28
1
-2
/
+1
*
glsl_to_tgsi: Remove st_new_shader
Ian Romanick
2014-10-24
3
-19
/
+0
*
glsl_to_tgsi: Remove st_new_shader_program
Ian Romanick
2014-10-24
3
-16
/
+0
*
gallium: Enable ARB_clip_control for gallium drivers.
Mathias Fröhlich
2014-10-24
2
-1
/
+14
*
mesa: Refactor viewport transform computation.
Mathias Fröhlich
2014-10-24
1
-13
/
+10
*
glsl_to_tgsi: use _mesa_copy_linked_program_data
Marek Olšák
2014-10-21
1
-4
/
+1
*
glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
Marek Olšák
2014-10-21
1
-5
/
+9
*
st/mesa: add ST_DEBUG=wf option which enables wireframe rendering
Marek Olšák
2014-10-21
3
-2
/
+11
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-4
/
+4
*
st/mesa: use pipe_sampler_view_release for releasing sampler views
Marek Olšák
2014-10-16
6
-13
/
+18
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-2
/
+2
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-7
/
+7
*
st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create()
Brian Paul
2014-09-30
1
-1
/
+1
[next]