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
/
attrib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-8
/
+14
|
\
|
*
mesa: Implement mutex/locking around texture object reference counting.
Brian Paul
2008-07-04
1
-0
/
+1
|
*
mesa: refactor: move glTexParameter-related functions into new texparam.c file
Brian Paul
2008-06-11
1
-0
/
+1
|
*
mesa: refactor: move glTexEnv-related functions into new texenv.c file
Brian Paul
2008-06-11
1
-0
/
+1
|
*
mesa: refactor: move glTexGen-related functions into new texgen.c file
Brian Paul
2008-06-11
1
-0
/
+1
|
*
mesa: refactor: move multisample-related functions into new multisample.c file
Brian Paul
2008-06-09
1
-0
/
+1
|
*
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
2008-06-09
1
-0
/
+1
|
*
mesa: refactor: move scissor functions into new scissor.c file
Brian Paul
2008-06-09
1
-0
/
+1
|
*
mesa: remove EXT/NV suffixes from _mesa_PointParameter functions
Brian Paul
2008-06-05
1
-12
/
+12
*
|
include varray.h to silence warning
Brian
2008-03-21
1
-1
/
+1
*
|
mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib
Xiang, Haihao
2008-03-17
1
-1
/
+1
*
|
Allow first != 0 in mesa CVA handling, and add more error checking.
Eric Anholt
2008-02-04
1
-2
/
+4
*
|
Only set R_MODE with NV_point_sprite
Alan Hourihane
2007-10-28
1
-1
/
+2
*
|
replace separate 1D/2D/etc fields with an array indexed by texture target
Brian
2007-08-16
1
-82
/
+46
*
|
Bring over the texobj refcounting changes from mesa_7_0_branch
Brian
2007-08-16
1
-77
/
+159
*
|
Implement mutex/locking around texture object reference counting.
Brian
2007-08-13
1
-0
/
+1
|
/
*
fix mesa's handling of fbo's / window fb (again)
Roland Scheidegger
2007-07-19
1
-0
/
+4
*
restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049
Brian
2007-05-23
1
-0
/
+1
*
incr/decr 1D/2DArray texture refcounts like other targets
Brian
2007-05-23
1
-1
/
+5
*
need to copy new 1D/2D array texture objects in _mesa_PushAttrib()
Brian
2007-05-19
1
-0
/
+4
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+12
*
don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...
Brian
2007-04-17
1
-1
/
+2
*
Colortable re-org.
Brian
2007-03-16
1
-9
/
+10
*
Fix glPush/PopClientAttrib() for VBO state (bug 9445).
Brian
2007-01-05
1
-2
/
+15
*
fix glPopAttrib/color material bug #9091
Brian Paul
2006-11-20
1
-4
/
+4
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-0
/
+5
*
fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
Brian Paul
2006-08-04
1
-0
/
+2
*
include arrayobj.h
Brian Paul
2006-06-12
1
-0
/
+1
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-13
/
+39
*
Fix yet another issue with popping GL_DRAW_BUFFER state with respect to
Brian Paul
2006-04-22
1
-12
/
+29
*
When popping GL_DRAW_BUFFER state, need to re-do error checking since
Brian Paul
2006-04-14
1
-4
/
+15
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-4
/
+4
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-3
/
+0
*
Added _mesa_light() helper function so we can avoid transforming then
Brian Paul
2005-11-12
1
-18
/
+14
*
s/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some comments
Brian Paul
2005-11-10
1
-4
/
+4
*
fix popping of GL_SPOT_DIRECTION (bug 5005)
Brian Paul
2005-11-10
1
-1
/
+1
*
fix popping of GL_EYE_PLANE state (bug 4996)
Brian Paul
2005-11-09
1
-10
/
+20
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-7
/
+10
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-14
/
+19
*
remove dead code, update comments
Brian Paul
2005-08-31
1
-5
/
+0
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
1
-4
/
+1
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
1
-3
/
+3
*
properly pop the GL_TEXTURE_GEN_ enable state
Brian Paul
2005-05-27
1
-0
/
+8
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-0
/
+7
*
handle ENABLE_BIT for EXT_stencil_two_side
Daniel Borca
2004-11-22
1
-1
/
+4
*
use parentheses to avoid warning
Daniel Borca
2004-11-15
1
-1
/
+1
*
pop(stencil) for EXT_stencil_two_side
Daniel Borca
2004-11-12
1
-7
/
+16
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-6
/
+5
*
Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Brian Paul
2004-09-13
1
-3
/
+1
*
changes towards GL_ARB_point_sprite (two-zero)
Daniel Borca
2004-09-13
1
-0
/
+4
[next]