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
*
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
7
-27
/
+33
*
mesa: fix comments, s/texture/buffer/
Brian Paul
2009-05-07
1
-2
/
+2
*
mesa: remove unused gl_buffer_object::OnCard field
Brian Paul
2009-05-07
2
-3
/
+0
*
mesa: added gl_buffer_object::Written flag (for debug purposes)
Brian Paul
2009-05-07
2
-0
/
+7
*
mesa: Compute gl_client_array->_MaxElement during array validation
Brian Paul
2009-05-07
4
-40
/
+64
*
mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObj
Brian Paul
2009-05-07
1
-2
/
+2
*
mesa: added _ElementSize field to gl_client_array
Brian Paul
2009-05-07
2
-0
/
+3
*
mesa: use local var to make code a bit more concise
Brian Paul
2009-05-07
1
-36
/
+37
*
mesa: fix/add comments
Brian Paul
2009-05-07
1
-3
/
+2
*
mesa: add GL_DOUBLE case in _mesa_sizeof_type()
Brian Paul
2009-05-07
1
-0
/
+2
*
mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT
Brian Paul
2009-05-07
1
-2
/
+4
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-07
1
-0
/
+4
|
\
|
*
mesa: unmap buffer objects during context tear-down
Brian Paul
2009-05-07
1
-0
/
+4
*
|
mesa: remove unnecessary buffer size check
Brian Paul
2009-05-06
1
-8
/
+0
*
|
mesa: code consolidation in glDraw[Range]Elements() validation
Brian Paul
2009-05-06
1
-26
/
+22
*
|
mesa: new comments, minor reformatting
Brian Paul
2009-05-06
1
-7
/
+20
*
|
mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObj
Brian Paul
2009-05-06
1
-1
/
+1
*
|
mesa: only use fallback texture when using shaders, not fixed-function (take ...
Brian Paul
2009-05-05
1
-8
/
+14
*
|
Revert "mesa: only use fallback texture when using shaders, not fixed-function"
Brian Paul
2009-05-05
1
-14
/
+8
*
|
mesa: only use fallback texture when using shaders, not fixed-function
Brian Paul
2009-05-05
1
-8
/
+14
*
|
mesa: only use fallback texture when using shaders, not fixed-function
Brian Paul
2009-05-05
1
-4
/
+4
*
|
mesa: minor simplification in enable_texture(), updated comments
Brian Paul
2009-05-05
1
-3
/
+5
*
|
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-05-05
4
-9
/
+30
*
|
mesa/main: set PREFER_DP4 to match position_invarient code
Keith Whitwell
2009-05-05
1
-1
/
+1
*
|
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-01
1
-5
/
+16
|
\
|
|
*
mesa: fix state validation bug for glCopyTex[Sub]Image()
Brian Paul
2009-05-01
1
-5
/
+16
|
*
mesa: remove -devel suffix from version
Brian Paul
2009-05-01
1
-1
/
+1
*
|
mesa: fix comment
Brian Paul
2009-05-01
1
-1
/
+1
*
|
mesa: create/use a fallback texture when bound texture is incomplete
Brian Paul
2009-05-01
4
-2
/
+66
*
|
mesa: bump version to 7.6 (devel)
Brian Paul
2009-05-01
1
-3
/
+4
|
/
*
mesa/main: protect driver.finish with FLUSH_CURRENT
Keith Whitwell
2009-04-28
1
-0
/
+1
*
mesa: Call _mesa_snprintf instead of snprintf.
José Fonseca
2009-04-27
1
-1
/
+1
*
mesa: fix up error/warning/debug output newlines
Brian Paul
2009-04-24
2
-10
/
+27
*
mesa: more informative error messages
Brian Paul
2009-04-23
1
-6
/
+10
*
mesa: minor state-update changes in histogram code
Brian Paul
2009-04-22
1
-5
/
+2
*
mesa: fix comment typo
Brian Paul
2009-04-22
1
-1
/
+1
*
mesa: fix _mesa_dump_textures(), add null ptr check
Brian Paul
2009-04-22
1
-2
/
+3
*
mesa: protect driver.flush() with FLUSH_CURRENT
Keith Whitwell
2009-04-22
2
-8
/
+8
*
mesa: new _NEW_PROGRAM_CONSTANTS flag
Brian Paul
2009-04-21
2
-1
/
+36
*
mesa: suppress extra newline
Brian Paul
2009-04-17
1
-1
/
+1
*
mesa: minor tweak to error message
Brian Paul
2009-04-17
1
-1
/
+1
*
Merge branch 'register-negate'
Brian Paul
2009-04-16
2
-4
/
+2
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
2
-4
/
+2
*
|
mesa: fix bad mask bit in clip plane restore code for glPopAttrib()
Lars Henning Wendt
2009-04-16
1
-1
/
+1
*
|
Merge branch 'gallium-s3tc'
José Fonseca
2009-04-16
1
-8
/
+8
|
\
\
|
*
|
mesa: Report name for missing s3tc functions
Jakob Bornecrantz
2009-04-09
1
-8
/
+8
*
|
|
mesa: Update texenv program when _NEW_ARRAYS is updated as well.
Eric Anholt
2009-04-15
1
-1
/
+2
|
|
/
|
/
|
*
|
mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functions
Brian Paul
2009-04-14
2
-19
/
+10
*
|
mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
Brian Paul
2009-04-14
1
-0
/
+5
[next]