index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: rename x86.c -> x86_xform.c
Brian Paul
2009-03-04
3
-2
/
+2
*
mesa: refactor x86 code
Brian Paul
2009-03-04
3
-52
/
+77
*
mesa: Follow ARB_map_buffer_range more stricly.
José Fonseca
2009-03-04
3
-12
/
+37
*
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
2
-1
/
+10
|
\
|
*
vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
2
-1
/
+10
|
*
mesa: Clear cache->trans after destroying the transfer.
José Fonseca
2009-03-04
1
-0
/
+1
|
*
Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"
Keith Whitwell
2009-03-04
2
-8
/
+1
|
*
vbo: avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
2
-1
/
+8
*
|
mesa: Clear cache->trans after destroying the transfer.
José Fonseca
2009-03-04
1
-0
/
+1
*
|
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
23
-86
/
+104
|
\
|
|
*
vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active
Keith Whitwell
2009-03-04
1
-6
/
+4
|
*
mesa: include mfeatures.h
Brian Paul
2009-03-04
1
-0
/
+3
|
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
6
-6
/
+0
|
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
15
-62
/
+58
|
*
mesa: include main/dd.h in t_vb_points.c and t_vp_build.c
Brian Paul
2009-03-03
2
-0
/
+3
|
*
gallium: remove old state tracker renderbuffer attachment assertion
Brian Paul
2009-03-03
1
-2
/
+0
|
*
xlib: code to force fixed function -> shader translation (for debug, disabled)
Brian Paul
2009-03-03
1
-0
/
+8
|
*
mesa: fix sw fallback state validation bug
Brian Paul
2009-03-03
1
-10
/
+28
*
|
mesa: Implement and use FlushMappedBufferRange.
José Fonseca
2009-03-04
2
-2
/
+20
*
|
mesa: Massage the interface to more closely resemble ARB_map_buffer_range
José Fonseca
2009-03-03
2
-7
/
+9
|
/
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
9
-63
/
+238
|
\
|
*
vbo: missing line from previous commit
Keith Whitwell
2009-03-03
1
-1
/
+1
|
*
mesa/st: implement MapBufferRange callback
Keith Whitwell
2009-03-03
1
-1
/
+34
|
*
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
5
-57
/
+154
|
*
mesa: add MapBufferRange driver callbacks
Keith Whitwell
2009-03-03
1
-0
/
+26
|
*
mesa: Add BeginVertices driver call
Keith Whitwell
2009-03-03
5
-3
/
+25
|
*
glsl: make minimum struct size = 2, not 1
Brian Paul
2009-01-09
1
-1
/
+8
|
*
glsl: fix typo in the vec2 += operator function
Brian Paul
2009-01-08
2
-2
/
+2
|
*
glsl: fix broken +=, -=, *=, /= operators
Brian Paul
2009-01-08
2
-737
/
+786
|
*
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-07
5
-7
/
+22
|
*
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
Brian Paul
2009-01-06
2
-0
/
+17
|
*
mesa: fix GL_DEPTH_CLEAR_VALUE casting
Brian Paul
2009-01-06
2
-4
/
+4
|
*
mesa: fix cast/conversion for optional code
Brian
2009-01-06
2
-4
/
+6
|
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2009-01-06
2
-3
/
+3
|
*
mesa: pass ctx to link_uniform_vars() to fix build error
Brian Paul
2009-01-06
1
-3
/
+4
|
*
mesa: Move var declaration to top of scope.
José Fonseca
2009-01-06
1
-1
/
+1
|
*
wgl: Do not provide DllMain inside the state tracker.
José Fonseca
2009-01-06
5
-24
/
+19
|
*
wgl: Ensure public symbols get the proper DLL linkage attributes.
José Fonseca
2009-01-06
13
-36
/
+52
|
*
mesa: Ensure gl* symbols are marked as dllexport on windows.
José Fonseca
2009-01-06
1
-0
/
+6
|
*
mesa: Use explicit casts when precision is lost.
José Fonseca
2009-01-06
1
-2
/
+2
|
*
mesa: fix a GLSL swizzled writemask bug
Brian Paul
2009-01-06
1
-2
/
+18
|
*
mesa: fix warning about possibly undefined var in GLSL compiler
Brian Paul
2009-01-06
1
-6
/
+4
|
*
mesa: fix another "out of samplers" problem
Brian Paul
2009-01-06
3
-18
/
+50
|
*
mesa: updated comments about GLSL constants
Brian Paul
2009-01-06
1
-2
/
+3
|
*
mesa: fix bug in evaluation of structure fields
Brian Paul
2009-01-06
1
-3
/
+1
|
*
mesa: allow variable indexing into the predefined uniform variable arrays
Brian Paul
2009-01-06
5
-91
/
+376
|
*
mesa: better error message when running out of GLSL samplers
Brian Paul
2009-01-06
1
-1
/
+4
|
*
mesa: disable debug output
Brian Paul
2009-01-06
1
-2
/
+2
|
*
mesa: fix some GLSL array regressions
Brian Paul
2009-01-06
4
-66
/
+85
|
*
mesa: bump glsl grammar revision
Brian Paul
2009-01-06
11
-13
/
+13
[prev]
[next]