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: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats
Brian Paul
2009-10-23
1
-1
/
+9
*
mesa: added _mesa_compressed_format_to_glenum()
Brian Paul
2009-10-23
2
-0
/
+54
*
mesa: change s3tc vs. fxt1 priority when choosing compressed formats
Brian Paul
2009-10-23
1
-8
/
+8
*
mesa: code refactoring- new _mesa_finish(), _mesa_flush()
Brian Paul
2009-10-22
2
-8
/
+37
*
mesa: Fix Mac OS build.
Vinson Lee
2009-10-20
1
-0
/
+3
*
mesa: use C locale for _mesa_strtod()
Brian Paul
2009-10-16
1
-0
/
+12
*
mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()
Brian Paul
2009-10-09
1
-1
/
+1
*
mesa: fix return value when clipping {Read,Draw}Pixels height <= 0
Brian Paul
2009-10-05
1
-2
/
+2
*
Use _mesa_select_tex_image() rather than hardcoding face 0.
Michel Dänzer
2009-10-05
1
-2
/
+1
*
mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()
Brian Paul
2009-10-02
1
-1
/
+1
*
mesa: fix memory leak when generating mipmaps for compressed textures
Brian Paul
2009-10-01
1
-6
/
+10
*
mesa: add missing return when out of memory
Brian Paul
2009-10-01
1
-0
/
+1
*
mesa: fix potential uninitialized memory reads
Brian Paul
2009-10-01
1
-0
/
+6
*
mesa: bump version to 7.6.1
Brian Paul
2009-09-29
1
-3
/
+3
*
mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()
Brian Paul
2009-09-29
1
-8
/
+14
*
Prep for 7.6 release
Ian Romanick
2009-09-28
1
-1
/
+1
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-6
/
+1
|
\
|
*
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
Brian Paul
2009-09-24
1
-5
/
+0
|
*
mesa: remove rgbMode check in enable_texture()
Brian Paul
2009-09-24
1
-1
/
+1
|
*
mesa: fix error message text
Brian Paul
2009-09-22
1
-1
/
+1
*
|
i965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt
2009-09-24
1
-0
/
+1
*
|
mesa: replace assertion with no-op function assignment
Brian Paul
2009-09-24
1
-1
/
+12
*
|
mesa: added default case return to silence warning
Brian Paul
2009-09-24
1
-0
/
+1
*
|
mesa: fix more buffer object error messages
Brian Paul
2009-09-22
1
-3
/
+3
*
|
mesa: make max_buffer_index() a non-static function
Brian Paul
2009-09-21
2
-8
/
+14
*
|
mesa: add some debug info to teximage.c
Maciej Cencora
2009-09-21
1
-0
/
+87
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Ian Romanick
2009-09-16
1
-0
/
+659
|
\
|
|
*
mesa: compile glUniformMatrix() functions into display lists
Brian Paul
2009-09-15
1
-0
/
+242
|
*
mesa: implement more glUniform display list functions
Brian Paul
2009-09-15
1
-1
/
+365
|
*
mesa: compile glUniform4f() into display lists
Brian Paul
2009-09-15
1
-0
/
+26
|
*
mesa: compile glUseProgram/glUseProgramObjectARB into display lists
Brian Paul
2009-09-15
1
-0
/
+28
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-15
1
-3
/
+3
|
\
|
|
*
mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors
Vinson Lee
2009-09-11
1
-3
/
+3
|
*
mesa: bump version to 7.5.2
Brian Paul
2009-09-08
1
-3
/
+3
|
*
mesa: added const qualifiers, move local var
Brian Paul
2009-08-31
1
-7
/
+8
|
*
mesa: fix saturation logic in emit_texenv()
Brian Paul
2009-08-31
1
-1
/
+7
*
|
mesa: in texenvprogram code, only do saturation when really needed.
Brian Paul
2009-09-10
1
-8
/
+53
*
|
mesa: rename gl_sync_object::Status to StatusFlag
Brian Paul
2009-09-03
2
-6
/
+6
*
|
Don't dereference function pointers in calls.
Ian Romanick
2009-09-03
1
-7
/
+7
*
|
Whitespace and include file clean-up.
Ian Romanick
2009-09-03
1
-14
/
+0
*
|
Use MIN2 instead of open-coded version
Ian Romanick
2009-09-03
1
-1
/
+2
*
|
ARB sync: Fix delete behavior and context destruction behavior
Ian Romanick
2009-09-03
4
-24
/
+103
*
|
Add dummy list node type 'struct simple_node'
Ian Romanick
2009-09-03
1
-0
/
+5
*
|
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
2009-09-03
10
-0
/
+530
*
|
ARB sync: Regenerate files from previous commit
Ian Romanick
2009-09-03
1
-3093
/
+3137
*
|
ARB sync: Add infrastructure for glGetInteger64v
Ian Romanick
2009-09-03
6
-1
/
+1862
*
|
mesa: fix typos in separable filter functions
Brian Paul
2009-09-03
1
-4
/
+4
*
|
mesa: compute tex env program key size based on nr_enabled_units
Brian Paul
2009-09-03
1
-8
/
+18
*
|
mesa: use new combined PBO validate/map helpers in convolution/filter funcs
Brian Paul
2009-09-03
1
-66
/
+23
*
|
mesa: use new combined PBO validate/map helpers
Brian Paul
2009-09-03
4
-126
/
+43
[next]