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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mesa: rework GLSL array code generation
Brian Paul
2009-01-06
5
-160
/
+371
|
*
mesa: don't realloc instruction buffer so often
Brian Paul
2009-01-06
1
-13
/
+22
|
*
mesa: updated comment
Brian Paul
2009-01-06
1
-0
/
+2
|
*
mesa: fix merge conflict left-overs
Brian Paul
2009-01-06
1
-1
/
+0
|
*
mesa: no longer need Writemask field in GLSL IR nodes
Brian Paul
2009-01-06
4
-69
/
+23
|
*
mesa: revamp GLSL instruction emit code
Brian Paul
2009-01-06
1
-244
/
+381
|
*
mesa: make writemask_string() non-static
Brian Paul
2009-01-06
2
-4
/
+8
|
*
mesa: remove some do-nothing GLSL code
Brian Paul
2009-01-06
1
-16
/
+0
|
*
mesa: fix accidental regression in GLSL built-in texture matrix lookup
Brian Paul
2009-01-06
1
-1
/
+5
|
*
mesa: remove unused/obsolete __NormalMatrixTranspose matrix
Brian Paul
2009-01-06
3
-188
/
+184
|
*
mesa: tweak program register printing for RelAddr case
Brian Paul
2009-01-06
1
-1
/
+1
|
*
mesa: allow relative indexing into all register files and indirect dst regist...
Brian Paul
2009-01-06
3
-93
/
+111
|
*
mesa: track initialization status of uniform variables. Plus, asst clean-ups.
Brian Paul
2009-01-06
7
-31
/
+52
|
*
mesa: initial support for uniform variable initializers.
Brian Paul
2009-01-06
1
-5
/
+22
|
*
mesa: allows 'f' suffix on GLSL float literals
Brian Paul
2009-01-06
2
-6
/
+16
|
*
mesa: add support for 'centroid' qualifier in GLSL 1.20
Brian Paul
2009-01-06
11
-2600
/
+2708
|
*
mesa: add support for 'invariant' keyword for GLSL 1.20
Brian Paul
2009-01-06
11
-2615
/
+2755
|
*
mesa: reformat comments, rewrap lines, etc for a little better readability
Brian Paul
2009-01-06
2
-402
/
+418
|
*
scons: Specify C99 throughout all the tree.
José Fonseca
2009-01-05
1
-5
/
+1
|
*
gallium: fix two-sided lighting test in state tracker
Brian Paul
2008-12-18
1
-3
/
+6
|
*
glsl: Fix handling of nested parens in macro actual arguments.
Michal Krol
2008-12-18
1
-2
/
+15
|
*
mesa: Pass the context to query object delete cb to avoid null dereference.
Eric Anholt
2008-12-18
1
-1
/
+1
|
*
mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...
Brian Paul
2008-12-17
1
-1
/
+13
|
*
mesa: fix fixed-function test in get_fp_input_mask() - again.
Brian Paul
2008-12-17
1
-3
/
+5
|
*
mesa: add missing cases for texture array targets
Brian Paul
2008-12-17
1
-6
/
+10
|
*
Revert "mesa: fix vertex program test in get_fp_input_mask()"
Brian Paul
2008-12-17
1
-1
/
+3
|
*
mesa: fix vertex program test in get_fp_input_mask()
Brian Paul
2008-12-17
1
-3
/
+1
*
|
mesa: save some useful VBO debug/dump code (disabled)
Brian Paul
2009-03-02
1
-0
/
+42
*
|
mesa: more tex image debug/dumping code
Brian Paul
2009-03-02
1
-0
/
+22
*
|
mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...
Brian Paul
2009-03-02
1
-0
/
+18
*
|
mesa: move call to update_texture_compare_function()
Brian Paul
2009-03-02
1
-3
/
+1
*
|
mesa: fix texture enable regression
Brian Paul
2009-03-02
1
-2
/
+3
*
|
mesa: use _mesa_reference_texobj() when setting texUnit->Current pointer
Brian Paul
2009-03-02
1
-2
/
+1
*
|
mesa: don't draw arrays if vertex position array is not enabled
Brian Paul
2009-03-02
1
-3
/
+12
*
|
gallium: only enable depth test if a depth bufffer is available
Brian Paul
2009-03-02
1
-3
/
+5
*
|
mesa: remove warning/short-circuit of stencil enable w/ no stencil buffer
Brian Paul
2009-03-02
1
-5
/
+0
*
|
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
22
-28
/
+28
*
|
mesa: add ctx->Stencil._Enabled field
Brian Paul
2009-03-02
3
-2
/
+7
*
|
swrast: use _EnabledCoordUnits for fixed-function texturing
Brian Paul
2009-03-02
2
-8
/
+8
*
|
mesa: fixed computation of _EnabledCoordUnits
Brian Paul
2009-03-02
1
-8
/
+18
*
|
mesa: clarify comments for per-unit texture bitfields
Brian Paul
2009-03-02
1
-8
/
+14
*
|
mesa: move texture_override() code into calling loop
Brian Paul
2009-03-02
1
-30
/
+19
*
|
mesa: move update_texture_compare_function() call out of loop
Brian Paul
2009-03-02
1
-1
/
+3
*
|
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
6
-32
/
+5
*
|
mesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCES
Brian Paul
2009-03-02
1
-6
/
+1
*
|
mesa: just re-order some parts and update comments in sources.mak
Brian Paul
2009-02-28
1
-9
/
+9
*
|
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
23
-92
/
+68
*
|
mesa: add gallium state tracker sources to ALL_SOURCES
Brian Paul
2009-02-28
1
-1
/
+2
*
|
mesa: convert some #defines to enums
Brian Paul
2009-02-28
2
-49
/
+86
*
|
mesa: move _GenFlags = 0x0 to texgen loop
Brian Paul
2009-02-28
1
-1
/
+2
[prev]
[next]