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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: minor improvements in glTexEnvfv()
Brian Paul
2011-03-17
1
-16
/
+17
*
mesa: only report up to 50 _mesa_problem() calls
Brian Paul
2011-03-17
1
-5
/
+11
*
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
2
-10
/
+0
*
mesa: use _mesa_get_current_tex_unit() helper in BindTexture()
Brian Paul
2011-03-16
1
-2
/
+2
*
mesa: remove unneeded local var in BindTexture()
Brian Paul
2011-03-16
1
-3
/
+3
*
mesa: clean up the glBindTexture early out code a bit
Brian Paul
2011-03-16
1
-10
/
+12
*
mesa: Sort extensions in extension string by year.
José Fonseca
2011-03-16
1
-216
/
+278
*
mesa: Use typecast in BITFIELD64_BIT macro.
José Fonseca
2011-03-16
1
-5
/
+1
*
mesa: use 1UL for 64-bit unsigned constant for C++
Brian Paul
2011-03-15
1
-0
/
+4
*
mesa: add display list support for NV_texture_barrier
Marek Olšák
2011-03-15
1
-0
/
+22
*
mesa: regenerate glapi files
Marek Olšák
2011-03-15
3
-1995
/
+2013
*
mesa: add NV_texture_barrier
Marek Olšák
2011-03-15
6
-0
/
+109
*
mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
Marek Olšák
2011-03-14
1
-6
/
+6
*
mesa: fix up assertion in _mesa_source_buffer_exists
Marek Olšák
2011-03-14
1
-0
/
+2
*
Revert "mesa: Convert fixed function fragment program generator to GLSL IR."
Eric Anholt
2011-03-12
3
-667
/
+782
*
Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...
Eric Anholt
2011-03-12
2
-10
/
+4
*
mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program
Eric Anholt
2011-03-11
2
-4
/
+10
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-03-11
3
-782
/
+667
*
mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.
Eric Anholt
2011-03-11
1
-0
/
+5
*
mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.
Eric Anholt
2011-03-11
1
-0
/
+11
*
mesa: Move texenvprogram.c to ff_fragment_shader.cpp.
Eric Anholt
2011-03-11
1
-4
/
+9
*
mesa: Don't try to remove an internal shader_program from the hash.
Eric Anholt
2011-03-11
1
-2
/
+4
*
mesa: move location of some geometry program limits
Brian Paul
2011-03-11
4
-25
/
+28
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
3
-27
/
+42
*
mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects
Brian Paul
2011-03-11
3
-0
/
+5
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
7
-0
/
+30
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
13
-7
/
+234
*
mesa: return after invalidating renderbuffer
Marek Olšák
2011-03-07
1
-0
/
+1
*
mesa: invalidate framebuffer if internal format of renderbuffer is changed
Marek Olšák
2011-03-07
2
-6
/
+31
*
mesa: initialize DummyBufferObject's mutex
Brian Paul
2011-03-07
1
-0
/
+1
*
mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
Brian Paul
2011-03-07
1
-2
/
+0
*
mesa: added gl_program_constants::MaxAddressOffset
Brian Paul
2011-03-02
2
-0
/
+2
*
Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"
Brian Paul
2011-03-02
1
-1
/
+1
*
rgtc: remove GL types from this file.
Dave Airlie
2011-03-02
1
-10
/
+10
*
rgtc: move the texel fetch into common unsigned/signed code.
Dave Airlie
2011-03-02
2
-65
/
+41
*
rgtc: fix issues with compressor and signed types.
Dave Airlie
2011-03-02
2
-10
/
+23
*
rgtc: don't try to access off the end of the block.
Dave Airlie
2011-03-02
1
-2
/
+2
*
rgtc: move to using ubyte for fetch instead of chan + fix limit
Dave Airlie
2011-03-02
1
-13
/
+13
*
rgtc: fix fetch function limits for signed types
Dave Airlie
2011-03-02
1
-2
/
+2
*
rgtc: fixup mipmap generation
Dave Airlie
2011-03-02
1
-2
/
+7
*
swrast/rgtc: fix rendering issues introduced when fix constants
Dave Airlie
2011-03-02
1
-1
/
+1
*
rgtc: shared the compressor code between signed/unsigned
Dave Airlie
2011-03-01
2
-696
/
+403
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
13
-390
/
+472
*
mesa: always generate error in glColorTableParameter[fi]v()
Brian Paul
2011-02-28
1
-23
/
+6
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
8
-149
/
+1
*
mesa: consolidate framebuffer target lookup code
Brian Paul
2011-02-28
1
-89
/
+33
*
mesa: remove some old do-nothing code
Brian Paul
2011-02-28
1
-3
/
+0
*
mesa: reduce calls to _mesa_test_framebuffer_completeness()
Brian Paul
2011-02-28
1
-1
/
+1
*
mesa: reduce calls to _mesa_test_framebuffer_completeness()
Brian Paul
2011-02-28
1
-2
/
+6
*
mesa: s/mesaFormat/attFormat/
Brian Paul
2011-02-28
1
-4
/
+4
[next]