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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix const correctness of API implementation functions.
Paul Berry
2012-11-12
4
-4
/
+6
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
52
-1334
/
+1334
*
Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"
Brian Paul
2012-11-09
1
-2
/
+0
*
mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0
Mario Kleiner
2012-11-08
1
-2
/
+5
*
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
2012-11-08
1
-12
/
+4
*
mesa: Fix typo in glDeleteQueriesARB debug message.
Kenneth Graunke
2012-11-08
1
-1
/
+1
*
mesa: arb_texture_cube_map_array: fix attrib push/pop
Dave Airlie
2012-11-09
1
-2
/
+4
*
mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Dave Airlie
2012-11-09
2
-0
/
+5
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
10
-7
/
+107
*
mesa: add ARB_texture_cube_map_array extension bits
Dave Airlie
2012-11-09
2
-0
/
+2
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
32
-431
/
+0
*
dispatch: Code generate api_exec.c.
Paul Berry
2012-11-06
2
-933
/
+1
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
34
-538
/
+1304
*
dispatch: Remove a few FEATURE_ES1 conditionals.
Paul Berry
2012-11-06
5
-18
/
+1
*
mesa: assert that key->fragprog_inputs_read value isn't too large
Brian Paul
2012-11-06
1
-0
/
+2
*
mesa: fix MSVC signed/unsigned warnings in context.c
Brian Paul
2012-11-06
1
-2
/
+2
*
mesa: fix MSVC signed/unsigned warnings in transformfeedback.c
Brian Paul
2012-11-06
1
-2
/
+2
*
mesa: silence MSVC signed/unsigned warning in texgetmage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned warning in texstorage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: fix signed/unsigned MSVC warnings in fbobject.c
Brian Paul
2012-11-06
1
-2
/
+3
*
mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: s/int/GLuint/ in get.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: fix assorted MSVC conversion warnings in format_pack.c
Brian Paul
2012-11-06
1
-10
/
+10
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
2
-1
/
+40
*
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
2012-11-05
1
-0
/
+9
*
mesa: Use "non-gen name" more consistently as an error message in GL core.
Eric Anholt
2012-11-04
2
-2
/
+2
*
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
2012-11-04
1
-5
/
+11
*
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
2012-11-04
1
-8
/
+14
*
dispatch_sanity test: add GL CORE 3.1 test
Jordan Justen
2012-11-03
1
-0
/
+705
*
dispatch_sanity test: create common context creation function
Jordan Justen
2012-11-03
1
-36
/
+16
*
dispatch_sanity test: allow newer functions to be set to NOP
Jordan Justen
2012-11-03
1
-3
/
+11
*
dispatch_sanity test: pass ctx to validate_functions/nops
Jordan Justen
2012-11-03
1
-9
/
+13
*
dispatch_sanity test: add version to function list
Jordan Justen
2012-11-03
1
-460
/
+461
*
mesa: remove unimplemented FramebufferTextureFaceARB
Jordan Justen
2012-11-03
3
-19
/
+0
*
mesa: remove unimplemented FramebufferTextureARB
Jordan Justen
2012-11-03
3
-16
/
+0
*
mesa: disable ProgramParameteri until it is needed
Jordan Justen
2012-11-03
1
-4
/
+0
*
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
2012-11-03
2
-4
/
+4
*
glapi: alias FramebufferTextureARB to FramebufferTexture
Jordan Justen
2012-11-03
2
-4
/
+4
*
mesa shaderapi: don't enable various functions for GL CORE
Jordan Justen
2012-11-03
1
-0
/
+2
*
mesa api_exec: disable StencilFuncSeparateATI for API_OPENGL_CORE
Jordan Justen
2012-11-03
1
-1
/
+1
*
mesa api_exec: add comment regarding GetPointerv & CORE profiles
Jordan Justen
2012-11-03
1
-0
/
+4
*
dispatch: stop generating separate GLES1 API code.
Paul Berry
2012-11-01
6
-4046
/
+0
*
dispatch: stop using _mesa_create_exec_table_es1() for GLES1.
Paul Berry
2012-11-01
2
-29
/
+18
*
dispatch: GLES1 fixes for _mesa_create_exec_table().
Paul Berry
2012-11-01
8
-164
/
+291
*
dispatch: Make a header to go along with querymatrix.c.
Paul Berry
2012-11-01
2
-9
/
+43
*
dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.
Paul Berry
2012-11-01
2
-4
/
+31
*
mesa: remove NV_read_buffer extension enable flag
Marek Olšák
2012-10-31
2
-2
/
+1
*
mesa: remove SGIS_texture_lod extension enable flag
Marek Olšák
2012-10-31
2
-20
/
+1
*
mesa: remove NV_texgen_reflection extension enable flag
Marek Olšák
2012-10-31
2
-4
/
+1
*
mesa: remove NV_light_max_exponent extension enable flag
Marek Olšák
2012-10-31
4
-7
/
+3
[next]