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
*
mesa: remove unneeded _mesa_reference_fragprog() call
Brian Paul
2008-12-18
1
-4
/
+2
*
mesa: fix generation of fixed function state when no vp exists
Alan Hourihane
2008-11-13
1
-43
/
+41
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-15
1
-3
/
+26
|
\
|
*
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
1
-3
/
+26
*
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-6
/
+0
|
\
\
|
*
|
mesa: remove invalid assertions that programs have parameters
Brian Paul
2008-09-26
1
-6
/
+0
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-1
/
+41
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-1
/
+1
|
*
|
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
1
-1
/
+37
|
*
|
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
1
-0
/
+4
|
*
|
mesa: fix MSAA enable state in update_multisample()
Brian Paul
2008-09-15
1
-4
/
+4
*
|
|
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
1
-0
/
+4
|
*
|
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Brian Paul
2008-09-21
1
-796
/
+7
|
*
|
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-09-21
1
-2
/
+3
|
*
|
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
2008-09-21
1
-0
/
+1
|
*
|
mesa: remove EXT/NV suffixes from _mesa_PointParameter functions
Brian Paul
2008-09-21
1
-4
/
+4
|
*
|
mesa: move fixed function vertex program builder from tnl to core mesa
Keith Whitwell
2008-09-21
1
-32
/
+66
*
|
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-09-18
1
-4
/
+4
|
\
|
|
|
*
|
mesa: fix MSAA enable state in update_multisample()
Brian Paul
2008-09-15
1
-4
/
+4
*
|
|
mesa: get fixed-function program generation working again
Keith Whitwell
2008-09-12
1
-20
/
+42
*
|
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-806
/
+37
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mesa: fix issues around multisample enable
Roland Scheidegger
2008-07-02
1
-0
/
+17
|
*
mesa: point size arrays
Brian Paul
2008-06-25
1
-1
/
+1
|
*
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-06-10
1
-0
/
+4
|
*
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Brian Paul
2008-06-09
1
-796
/
+7
|
*
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-06-09
1
-2
/
+3
|
*
mesa: refactor: move glPixelStore function into new pixelstore.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
-4
/
+4
|
*
mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader
Keith Whitwell
2008-05-24
1
-12
/
+14
|
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
2008-05-18
1
-4
/
+4
|
*
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-05-06
1
-12
/
+20
|
*
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
2008-04-04
1
-1
/
+0
|
*
Finish up ATI_separate_stencil
Brian
2008-04-04
1
-0
/
+4
|
*
more flags for MaintainTnlProgram case, update #includes
Brian
2007-10-31
1
-2
/
+4
|
*
Set _NEW_BUFFERS in glRead/DrawBuffer().
Brian
2007-10-30
1
-1
/
+1
|
*
Rewrite update_program() to use _mesa_get_fixed_func_fragment/vertex_program().
Brian
2007-10-29
1
-52
/
+74
*
|
mesa: fix issues around multisample enable
Roland Scheidegger
2008-07-02
1
-0
/
+17
*
|
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
[next]