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
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-0
/
+12
|
\
|
*
mesa: additional debug flags for glsl debug/disassembly
Brian Paul
2008-11-01
2
-30
/
+28
|
*
mesa: note that texcoords are generated by setup routines when pointsprite en...
Keith Whitwell
2008-10-20
1
-0
/
+12
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-01
3
-31
/
+29
|
\
\
|
*
|
mesa: additional debug flags for glsl debug/disassembly
Brian Paul
2008-11-01
2
-30
/
+28
|
*
|
mesa: fix a typo in the previous commit
Xiang, Haihao
2008-10-31
1
-1
/
+1
|
*
|
mesa: fix an issue in _mesa_PointParameterfv().
Xiang, Haihao
2008-10-30
1
-1
/
+1
*
|
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-10-27
4
-88
/
+82
|
\
|
|
|
*
|
mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields
Brian Paul
2008-10-23
1
-14
/
+6
|
*
|
mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()
Brian Paul
2008-10-22
1
-15
/
+21
|
*
|
mesa: some re-org of glCopyTexSubImage1/2/3D() error checking
Brian Paul
2008-10-22
1
-33
/
+32
|
*
|
mesa: in textore.c, only adjust image for convolution if image is a color format
Brian Paul
2008-10-22
3
-14
/
+20
|
*
|
mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861
Brian Paul
2008-10-16
1
-15
/
+6
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-15
6
-41
/
+92
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: modify fixed function vertex programs not to reference constant attributes
Keith Whitwell
2008-10-14
2
-30
/
+41
|
*
|
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
4
-11
/
+51
*
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-10-10
7
-57
/
+34
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: fix asst. issues in _mesa_texstore_argb8888()
Brian Paul
2008-10-10
1
-40
/
+10
|
*
|
mesa: remove unneeded includes
Brian Paul
2008-10-10
2
-2
/
+0
|
*
|
mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861
Brian Paul
2008-10-10
1
-1
/
+12
|
*
|
mesa: rename macro params to emphasize that there's no particular color ordering
Brian Paul
2008-10-10
1
-12
/
+12
|
*
|
mesa: remove unneeded includes
Brian Paul
2008-10-10
2
-2
/
+0
*
|
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
11
-51
/
+72
|
\
|
|
|
*
|
mesa: Pass the context to query object delete cb to avoid null dereference.
Eric Anholt
2008-10-07
1
-1
/
+1
|
*
|
mesa: fix convolve/convolution mix-ups
Brian
2008-10-06
2
-3
/
+3
|
*
|
mesa: updated _mesa_delete_query() comments
Brian Paul
2008-10-06
1
-2
/
+1
|
*
|
mesa: add missing GLcontext param to _mesa_delete_query().
Brian Paul
2008-10-06
2
-2
/
+2
|
*
|
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-10-01
6
-22
/
+16
|
*
|
GLSL: Implement GL_OBJECT_TYPE_ARB query
Ian Romanick
2008-09-29
1
-2
/
+10
|
*
|
mesa: asst updates for VMS
Jouk Jansen
2008-09-29
1
-1
/
+31
|
*
|
mesa: drop calloc from _mesa_get_fixed_func_vertex_program
Shunichi Fuji
2008-09-29
1
-11
/
+7
|
*
|
mesa: remove invalid assertions that programs have parameters
Brian Paul
2008-09-26
1
-6
/
+0
|
*
|
mesa: fix param indexing
Brad King
2008-09-26
1
-6
/
+6
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
8
-22
/
+158
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
4
-17
/
+19
|
*
|
mesa: protect against segfault in get_fp_input_mask()
Keith Whitwell
2008-10-07
1
-1
/
+4
|
*
|
mesa: fix convolve/convolution mix-ups
Brian
2008-10-06
2
-3
/
+3
|
*
|
mesa: add missing GLcontext param to _mesa_delete_query().
Brian Paul
2008-10-06
2
-2
/
+2
|
*
|
mesa: handle vertex program enabled case also in texenvprogram.c
Keith Whitwell
2008-10-04
1
-5
/
+4
|
*
|
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
4
-6
/
+131
|
*
|
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
2
-0
/
+5
|
*
|
mesa: shrink texenvprogram state key struct
Keith Whitwell
2008-10-03
1
-5
/
+7
|
*
|
mesa: fix temp register allocation problems.
Brian Paul
2008-09-26
1
-0
/
+15
|
*
|
mesa: fix/simplify initialization of vertex/fragment program limits
Brian Paul
2008-09-25
2
-30
/
+27
|
*
|
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-25
1
-4
/
+2
|
*
|
mesa: fix swizzle failure, fix typo
Brian Paul
2008-09-25
1
-3
/
+5
|
*
|
mesa: fix default buffer object access value
Brian Paul
2008-09-25
1
-2
/
+9
*
|
|
mesa: fix temp register allocation problems.
Brian Paul
2008-10-02
1
-0
/
+15
*
|
|
mesa: fix/simplify initialization of vertex/fragment program limits
Brian Paul
2008-09-26
2
-30
/
+27
*
|
|
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-26
1
-4
/
+2
[next]