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
/
st_extensions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: implement ARB_sync
Marek Olšák
2011-03-08
1
-0
/
+4
*
st/mesa: add LATC and 3DC support
Marek Olšák
2011-03-08
1
-0
/
+21
*
gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
Marek Olšák
2011-03-05
1
-1
/
+3
*
mesa/st: add RGTC format support.
Dave Airlie
2011-02-28
1
-0
/
+16
*
mesa: Remove the DXT compression via blit path.
José Fonseca
2011-02-16
1
-4
/
+1
*
mesa/st: enable GL_EXT_framebuffer_sRGB
Dave Airlie
2011-02-10
1
-0
/
+9
*
st/mesa: support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-0
/
+6
*
st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2
Benjamin Franzke
2011-01-24
1
-0
/
+2
*
st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code
Brian Paul
2011-01-17
1
-4
/
+4
*
gallium: add EXT_texture_sRGB_decode.
Dave Airlie
2011-01-16
1
-0
/
+1
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-2
/
+0
*
st/mesa: GL_ARB_instanced_arrays support
Brian Paul
2011-01-15
1
-0
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+4
|
\
|
*
st/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INSTANCED_DRAWING
Brian Paul
2010-12-05
1
-0
/
+4
*
|
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
|
st/mesa: advertise GL_ARB_half_float_pixel
Marek Olšák
2011-01-04
1
-0
/
+1
*
|
mesa/swrast/st: add ARB_occlusion_query2 support.
Dave Airlie
2010-12-18
1
-0
/
+1
*
|
mesa, st/mesa: disable GL_ARB_geometry_shader4
Brian Paul
2010-12-13
1
-0
/
+2
|
/
*
mesa: replace #defines with new gl_shader_type enum
Brian Paul
2010-11-23
1
-23
/
+24
*
st/mesa: set MaxUniformComponents
Marek Olšák
2010-11-22
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-2
/
+2
*
st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objects
Marek Olšák
2010-11-21
1
-0
/
+2
*
gallium: add CAPs for indirect addressing and lower it in st/mesa when needed
Marek Olšák
2010-11-12
1
-0
/
+9
*
st/mesa: support for primitive restart
Brian Paul
2010-10-21
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
st/mesa: enable stencil shader export extension if supported
Dave Airlie
2010-10-13
1
-0
/
+4
*
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-10-02
1
-0
/
+6
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-1
/
+0
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-1
/
+5
*
mesa/st: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+4
*
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
2010-09-14
1
-0
/
+2
*
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
2010-09-14
1
-0
/
+9
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-24
/
+28
*
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2010-09-08
1
-4
/
+1
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
1
-2
/
+4
*
st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
Brian Paul
2010-09-02
1
-0
/
+1
*
st/mesa: set the MaxVarying GLSL constant
Marek Olšák
2010-08-30
1
-0
/
+7
*
st/mesa: implement depth clamp
Marek Olšák
2010-07-21
1
-0
/
+4
*
st/mesa: implement and advertise GL_ARB_draw_elements_base_vertex
Marek Olšák
2010-07-20
1
-0
/
+1
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+4
*
st/mesa: advertise GL_ARB_fragment_program_shadow
Marek Olšák
2010-06-06
1
-0
/
+1
*
st/mesa: trivially enable GL_ATI_texture_env_combine3
Marek Olšák
2010-06-05
1
-0
/
+2
*
mesa/st: add support for EXT_texture_swizzle.
Dave Airlie
2010-06-05
1
-0
/
+4
*
st/mesa: advertise ARB_half_float_vertex when available
Marek Olšák
2010-05-28
1
-0
/
+7
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-10
/
+10
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-10
/
+10
*
|
gallium: EXT_timer_query support.
Mathias Fröhlich
2010-05-17
1
-0
/
+3
*
|
mesa/st: Expose pipe driver's shader limits.
José Fonseca
2010-05-12
1
-89
/
+19
*
|
mesa/st: Fill in native program limits.
José Fonseca
2010-05-04
1
-0
/
+91
|
/
*
st/mesa: put ATI_texture_mirror_once in the right place
Marek Olšák
2010-04-14
1
-2
/
+1
[next]