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
/
swrast
/
s_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-13
1
-1
/
+1
*
swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs
Brian Paul
2012-01-07
1
-1
/
+1
*
swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
Brian Paul
2012-01-07
1
-2
/
+2
*
swrast: remove calls to _swrast_update_depth/stencil_buffer()
Brian Paul
2012-01-06
1
-23
/
+0
*
mesa: move depth/stencil buffer validation to swrast
Brian Paul
2011-12-13
1
-0
/
+23
*
swrast: remove dead accum buffer context fields
Brian Paul
2011-12-08
1
-5
/
+1
*
swrast: update program type assertion
Brian Paul
2011-11-07
1
-1
/
+3
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-0
/
+24
*
mesa: Delay s_texcombine.c memory allocation until it's used.
Eric Anholt
2011-10-01
1
-11
/
+0
*
swrast: always call _swrast_choose_texture_sample_func()
Brian Paul
2011-09-26
1
-1
/
+1
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
mesa: move software texel fetch code into swrast
Brian Paul
2011-09-17
1
-1
/
+1
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
1
-2
/
+6
*
swrast: initialize program native limits
Brian Paul
2011-08-31
1
-0
/
+22
*
swrast: Remove swrast eject/validate texture image code.
Brian Paul
2011-08-24
1
-79
/
+0
*
swrast: initial multi-threaded span rendering
Andreas Fänger
2011-08-11
1
-6
/
+20
*
mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhere
Ian Romanick
2011-04-25
1
-1
/
+0
*
mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it
Ian Romanick
2011-04-21
1
-11
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-36
/
+36
*
mesa: Fix many printf-like warnings.
Eric Anholt
2010-09-01
1
-1
/
+1
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-30
1
-1
/
+0
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
swrast: Remove remaining color-index state tracking infrastructure
Ian Romanick
2010-03-03
1
-34
/
+17
*
swrast: silence double->float assignment warnings
Brian Paul
2010-01-27
1
-5
/
+5
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-5
/
+23
*
swrast: can't use deferred texture/shading if using KIL instruction
Brian Paul
2009-08-31
1
-0
/
+3
*
swrast: fix state validation bug for changing program constants
Brian Paul
2009-06-10
1
-0
/
+1
*
swrast: simplify state update logic for fragment shader const buffers
Brian Paul
2009-04-21
1
-25
/
+2
*
swrast: fix secondary color add for glBitmap
Brian Paul
2009-04-06
1
-9
/
+27
*
swrast: remove old texture_apply() code; always use texture combine code
Brian Paul
2009-04-01
1
-6
/
+16
*
swrast: do texture sampling/combining in floating point
Brian Paul
2009-04-01
1
-2
/
+2
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-1
/
+1
*
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-3
/
+3
|
\
|
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-7
/
+7
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-4
/
+4
|
*
check for null swrast (pipe work-around)
Brian
2007-08-16
1
-0
/
+3
*
|
mesa: fix a swrast state validation bug
Brian Paul
2008-08-13
1
-1
/
+9
*
|
mesa: allocate pixel zoom arrays on heap, not stack
Brian Paul
2008-06-16
1
-0
/
+2
*
|
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
1
-42
/
+1
*
|
fix polygon cull regression
Brian
2007-12-14
1
-7
/
+3
*
|
fix broken two-sided stencil
Brian
2007-11-30
1
-3
/
+14
|
/
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-1
/
+1
*
rename _swrast_update_fragment_attribs()
Brian
2007-06-21
1
-3
/
+4
*
fix logic for calling _swrast_update_deferred_texture()
Brian
2007-05-24
1
-7
/
+5
*
don't treat FRAG_BIT_WPOS as a generic attribute (fixes depth peel regression)
Brian
2007-05-22
1
-0
/
+1
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-36
/
+78
*
fix attribsMask (re-fixes depth peeling algorithm)
Brian
2007-04-25
1
-0
/
+7
*
disable some errant code
Brian
2007-04-23
1
-0
/
+2
[next]