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
/
state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement full reference counting for vertex/fragment programs
Brian
2008-05-06
1
-9
/
+19
*
fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)
Roland Scheidegger
2008-04-01
1
-1
/
+1
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Roland Scheidegger
2007-11-09
1
-4
/
+4
*
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
2007-10-30
1
-1
/
+0
*
Finish up ATI_separate_stencil
Brian
2007-10-30
1
-0
/
+4
*
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
2007-09-27
1
-0
/
+38
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-2
/
+2
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-6
/
+6
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+5
*
Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...
Brian
2007-04-26
1
-3
/
+3
*
Rename occlude.[ch] to queryobj.[ch]
Brian
2007-04-21
1
-3
/
+3
*
Restore the UseTexEnvProgram logic.
Brian
2007-03-27
1
-0
/
+10
*
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-22
1
-22
/
+80
|
\
|
*
ctx->Point._Size fix
Rune Peterson
2007-02-10
1
-3
/
+0
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-25
/
+111
|
|
\
|
|
*
Move all the code for computing ctx->_TriangleCaps into state.c.
Brian
2006-12-13
1
-21
/
+83
|
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-1
/
+14
|
*
|
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
1
-2
/
+2
*
|
|
Clean-up and re-org of the main GLSL object types.
Brian
2006-12-19
1
-5
/
+4
*
|
|
Overhaul of GLSL API functions, dispatching, etc.
Brian
2006-12-19
1
-2
/
+2
*
|
|
Lots of assorted changes for new GLSL compiler backend.
Brian
2006-12-15
1
-27
/
+62
|
|
/
|
/
|
*
|
plug in 2.0, 2.1 functions
Brian Paul
2006-11-03
1
-0
/
+26
*
|
new RGBA_LOGICOP_ENABLED() macro
Brian Paul
2006-11-02
1
-3
/
+1
*
|
Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the
Brian Paul
2006-11-02
1
-1
/
+1
*
|
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-1
/
+14
|
/
*
Fix bug #4681.
Ian Romanick
2006-10-11
1
-19
/
+1
*
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-08-24
1
-14
/
+14
*
added FEATURE_EXT_timer_query and tests
Brian Paul
2006-08-17
1
-3
/
+4
*
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-15
1
-0
/
+6
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-1
/
+1
*
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
2006-07-18
1
-1
/
+18
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-38
/
+45
*
The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to
Brian Paul
2006-05-24
1
-1
/
+2
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-6
/
+6
*
More GLSL code:
Michal Krol
2006-04-11
1
-2
/
+15
*
Move the computation of the viewport matrix into a new update_viewport_matrix()
Brian Paul
2006-03-29
1
-0
/
+23
*
Added glBlitFramebufferEXT function.
Brian Paul
2006-03-01
1
-2
/
+6
*
s/GLuint/GLbitfield/
Brian Paul
2006-01-09
1
-1
/
+1
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-15
/
+0
*
Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This
Keith Whitwell
2005-12-12
1
-1
/
+3
*
Updates for GL_EXT_timer_query:
Brian Paul
2005-12-07
1
-0
/
+4
*
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-19
1
-1
/
+1
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-3
/
+3
*
remove unneeded #includes
Brian Paul
2005-11-05
1
-1
/
+0
*
fix GLX server resize/crash when resizing windows
Brian Paul
2005-10-21
1
-1
/
+1
*
Fix a number of point size attenuation problems.
Brian Paul
2005-10-07
1
-0
/
+3
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-0
/
+3
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-495
/
+496
*
Use driver functions to create TexEnvProgram, TnlProgram
Keith Whitwell
2005-05-09
1
-2
/
+7
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-0
/
+4
[next]