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: remove the unused _mesa_UpdateTexEnvProgram() function
Brian Paul
2009-02-10
2
-38
/
+0
*
mesa: another fix for program/texture state validation
Brian Paul
2009-02-10
1
-6
/
+36
*
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...
Brian Paul
2009-02-10
4
-14
/
+20
*
mesa: fix/change state validation order for program/texture state
Brian Paul
2009-02-10
1
-13
/
+12
*
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change
Brian Paul
2009-02-09
1
-31
/
+37
*
mesa: add no-change testing for a few more texture parameters
Brian Paul
2009-02-09
1
-8
/
+20
*
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
2009-02-09
2
-5
/
+5
*
mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...
Brian Paul
2009-02-09
1
-21
/
+24
*
mesa: minor fixes to incomplete texture debug code
Brian Paul
2009-02-07
1
-4
/
+2
*
mesa: debug code for printing info about textures, writing teximages to disk
Brian Paul
2009-02-07
2
-0
/
+102
*
mesa: code refactoring: move texcombine code into update_tex_combine()
Brian Paul
2009-02-07
1
-75
/
+92
*
mesa: minor clean-ups, remove unneeded conditional
Brian Paul
2009-02-07
1
-5
/
+5
*
mesa: fix logic error in computing enableBits in update_texture_state()
Brian Paul
2009-02-07
1
-10
/
+12
*
glsl: new MESA_GLSL env var for GLSL debugging features
Brian Paul
2009-02-06
2
-5
/
+9
*
Revert "mesa: meaningless whitespace change to see if git's working (ignore)"
Brian Paul
2009-02-06
2
-9
/
+5
*
mesa: meaningless whitespace change to see if git's working (ignore)
Brian Paul
2009-02-06
2
-5
/
+9
*
mesa: more info in error messages
Brian Paul
2009-02-04
1
-2
/
+3
*
mesa: minor error msg improvement
Brian Paul
2009-02-04
1
-1
/
+2
*
mesa: simplify delete_wrapper()
Brian Paul
2009-02-03
1
-7
/
+1
*
mesa: more display list cleanups
Brian
2009-01-31
4
-30
/
+22
*
mesa: display list clean-ups
Brian
2009-01-31
5
-37
/
+41
*
mesa: minor comments, clean-ups
Brian
2009-01-31
1
-6
/
+11
*
mesa: remove remnant of GL_SGIX_depth_texture
Brian
2009-01-31
1
-1
/
+0
*
mesa: simplify the _mesa_get_proxy_tex_image() function
Brian Paul
2009-01-30
1
-85
/
+30
*
mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()
Brian Paul
2009-01-30
1
-1
/
+1
*
mesa: add missing _mesa_reference_texobj() calls for texture array targets
Brian Paul
2009-01-30
1
-2
/
+2
*
mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_cou...
Brian Paul
2009-01-30
1
-3
/
+0
*
mesa: allow glFramebufferTexture1/2/3D(target = GL_READ/DRAW_FRAMEBUFFER)
Brian Paul
2009-01-29
1
-4
/
+19
*
mesa: fix a render to texture FBO validation bug
Brian Paul
2009-01-29
3
-10
/
+55
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
5
-35
/
+15
*
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
1
-6
/
+6
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
3
-43
/
+13
*
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
5
-49
/
+10
*
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
9
-138
/
+106
*
mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture
Brian Paul
2009-01-28
6
-105
/
+21
*
mesa: additional GL_INVALID_OPERATION tests for texture swizzle
Brian Paul
2009-01-28
1
-2
/
+7
*
mesa: implement texture swizzling in swrast
Brian Paul
2009-01-28
1
-0
/
+1
*
mesa: set/get new state for GL_EXT_texture_swizzle
Brian Paul
2009-01-28
4
-34
/
+198
*
mesa: refactor glTexParameter code
Brian Paul
2009-01-27
1
-347
/
+480
*
mesa: move call to _mesa_update_framebuffer_visual()
Brian Paul
2009-01-27
2
-1
/
+3
*
mesa: add missing texture_put_row_rgb() function in texrender.c
Robert Ellison
2009-01-26
1
-0
/
+54
*
mesa: enable GL_NV_texture_env_combine4 for sw drivers
Brian Paul
2009-01-23
1
-0
/
+1
*
mesa: updated fragment shader codegen for GL_NV_texture_env_combine4
Brian Paul
2009-01-23
1
-31
/
+90
*
mesa: update state setup/validation for GL_NV_texture_env_combine4
Brian Paul
2009-01-23
1
-7
/
+18
*
mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4
Brian Paul
2009-01-23
1
-2
/
+83
*
mesa: initial changes for GL_NV_texture_env_combine4
Brian Paul
2009-01-23
2
-10
/
+9
*
mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helper
Brian Paul
2009-01-23
1
-214
/
+125
*
mesa: refactor _mesa_TexEnvfv() code with helper functions
Brian Paul
2009-01-23
1
-348
/
+373
*
Merge branch 'vertex_array_bgra'
Brian Paul
2009-01-23
4
-93
/
+105
|
\
|
*
mesa: enable GL_EXT_vertex_array_bgra for sw drivers
Brian Paul
2009-01-23
1
-0
/
+1
[next]