index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
1
-2
/
+1
*
mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
2013-06-04
1
-1
/
+2
*
mesa: declare UniformBufferBindings as an array with a static size
Marek Olšák
2013-05-28
1
-5
/
+2
*
mesa/st: Temporary workaround for fdo bug 64568.
José Fonseca
2013-05-14
1
-0
/
+5
*
st/mesa: initialize Const.MaxColorAttachments
Marek Olšák
2013-05-11
1
-7
/
+3
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
1
-1
/
+4
*
st/mesa: consolidate setting MaxTextureImageUnits
Marek Olšák
2013-05-11
1
-15
/
+11
*
st/mesa: initialize all program constants and UBO limits
Marek Olšák
2013-05-11
1
-21
/
+43
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
1
-0
/
+1
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-4
/
+4
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
1
-1
/
+1
*
st/mesa: minor indentation fixes
Brian Paul
2013-04-22
1
-2
/
+2
*
gallium: handle drirc disable_glsl_line_continuations option
Vadim Girlin
2013-04-19
1
-0
/
+3
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-5
/
+29
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
st/mesa: don't expose ARB_color_buffer_float without driver support in GL core
Marek Olšák
2013-04-06
1
-0
/
+11
*
st/mesa: fix format query for GL_ARB_texture_rg
Brian Paul
2013-02-15
1
-3
/
+4
*
st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30
Marek Olšák
2013-02-06
1
-0
/
+1
*
st/mesa: add support for GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+7
*
st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2
Brian Paul
2013-01-29
1
-1
/
+3
*
st/mesa: set ctx->Const.MaxSamples = 0, not 1
Brian Paul
2013-01-29
1
-0
/
+4
*
st/mesa: implement ARB_internalformat_query v2
Marek Olšák
2013-01-24
1
-0
/
+1
*
st/mesa: advertise OES_depth_texture_cube_map if GLSL 1.30 is supported
Marek Olšák
2013-01-24
1
-1
/
+2
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-2
/
+2
*
st/mesa: set ctx->Const.UniformBufferOffsetAlignment
Fredrik Höglund
2013-01-12
1
-1
/
+4
*
mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.
José Fonseca
2012-12-20
1
-4
/
+7
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-2
/
+2
*
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
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
1
-0
/
+16
*
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
1
-0
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-1
/
+2
*
mesa: remove NV_texgen_reflection extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: don't always enable OES_standard_derivatives
Marek Olšák
2012-10-31
1
-0
/
+2
*
mesa: remove ARB_window_pos extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove ARB_copy_buffer extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+6
*
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
2012-10-17
1
-1
/
+2
*
gallium: Remove #if 0-ed enable of NV_vp. It's going away.
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_OES_draw_texture define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-3
/
+0
*
st/mesa: accept and handle configuration options from st/dri
Vadim Girlin
2012-08-23
1
-0
/
+2
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-1
/
+0
*
st/mesa: expose new transform feedback extensions
Marek Olšák
2012-07-12
1
-0
/
+6
*
st/mesa: implement ARB_timer_query
Marek Olšák
2012-07-10
1
-0
/
+5
*
st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
Marek Olšák
2012-07-06
1
-4
/
+1
[next]