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
/
main
/
get.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+1
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-15
/
+0
*
mesa: Rename and wire-up GetInteger64i_v
Matt Turner
2013-01-10
1
-2
/
+2
*
mesa: Correct glGet{Boolean,Integer}i_v names
Matt Turner
2013-01-10
1
-2
/
+2
*
mesa: Support more glGet enums for ES3
Chad Versace
2013-01-10
1
-0
/
+6
*
mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3
Matt Turner
2013-01-10
1
-0
/
+6
*
mesa: De-duplicate ES2 queries
Matt Turner
2013-01-10
1
-1
/
+5
*
mesa: Allow glGet* queries on ARB_transform_feedback2 data in ES 3
Matt Turner
2013-01-10
1
-1
/
+6
*
Add ES 3 handling to get.c and get_hash_generator.py
Matt Turner
2013-01-10
1
-0
/
+16
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
1
-1
/
+2
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-1
/
+8
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-2
/
+2
*
mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Dave Airlie
2012-11-09
1
-0
/
+2
*
dispatch: Remove a few FEATURE_ES1 conditionals.
Paul Berry
2012-11-06
1
-2
/
+0
*
mesa: s/int/GLuint/ in get.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: remove NV_read_buffer extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+1
*
mesa: remove NV_light_max_exponent extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove IBM_rasterpos_clip extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove EXT_compiled_vertex_array 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
*
mesa: implement ARB_map_buffer_alignment
Marek Olšák
2012-10-31
1
-0
/
+1
*
mesa: silence some MSVC conversion warnings in get.c
Brian Paul
2012-10-29
1
-3
/
+3
*
mesa: Remove get and enable bits for NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-10
/
+0
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
1
-19
/
+0
*
mesa: Prevent CONST macro re-definition.
José Fonseca
2012-10-10
1
-0
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
1
-1013
/
+13
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
1
-15
/
+29
*
mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs
Tomeu Vizoso
2012-09-16
1
-5
/
+5
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-0
/
+2
*
mesa: remove remaining FEATURE_* defines where protected by API check.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_sync define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: glGet: fix API check for EGL_image_external enums
Imre Deak
2012-09-11
1
-6
/
+9
*
mesa: glGet: fix indentation of print_table_stats
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: glGet: fix indentation of find_value
Imre Deak
2012-09-11
1
-4
/
+4
*
mesa: glGet: fix indentation of _mesa_init_get_hash
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: remove #undef CONST in get.c
Brian Paul
2012-09-05
1
-2
/
+0
*
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2012-08-29
1
-3
/
+3
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-3
/
+1
*
mesa: Enable a bunch of missing getters on 3.1 core.
Eric Anholt
2012-08-29
1
-1
/
+1
*
mesa: Expose texture buffer objects when the context is GL 3.1 core.
Eric Anholt
2012-08-29
1
-5
/
+11
*
mesa: Allow PACK / UNPACK queries for ES2
Ian Romanick
2012-08-29
1
-9
/
+9
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-3
/
+10
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-6
/
+1
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-4
/
+7
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-0
/
+9
*
mesa: implement glGet(GL_TIMESTAMP) v2
Marek Olšák
2012-07-10
1
-1
/
+14
[next]