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: In validate_program(), initialize errMsg for safety.
Kenneth Graunke
2011-08-05
1
-1
/
+1
*
mesa: Remove dead "MemPool" field of gl_shader_state.
Eric Anholt
2011-08-05
1
-2
/
+0
*
mesa: Remove MSVC stdint typedefs from compiler.h.
Vinson Lee
2011-08-04
1
-23
/
+1
*
mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV()
Brian Paul
2011-08-04
1
-10
/
+10
*
mesa: fix out of bounds array access in rtgc debug code
Brian Paul
2011-08-04
1
-1
/
+1
*
mesa: don't use K&R style function pointer calls
Brian Paul
2011-08-04
1
-3
/
+3
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
3
-23
/
+36
|
\
|
*
mesa, glsl_to_tgsi: add native support for integers in shaders
Bryan Cain
2011-08-01
1
-13
/
+25
|
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
3
-12
/
+13
*
|
mesa: minor comment updates in enable.c
Brian Paul
2011-08-04
1
-9
/
+2
*
|
mesa: whitespace, formatting fixes in GetTexParameter() code
Brian Paul
2011-08-04
1
-8
/
+6
*
|
mesa: add null ptr checks in GetTexParameterI[u]iv() functions
Brian Paul
2011-08-04
1
-0
/
+4
*
|
mesa: condense GL_TEXTURE_RESIDENT query code
Brian Paul
2011-08-04
1
-16
/
+4
*
|
mesa: make error handling in glGetTexParameter() a bit more concise
Brian Paul
2011-08-04
1
-170
/
+96
*
|
mesa: Ensure that gl_shader_program::InfoLog is never NULL
Ian Romanick
2011-08-02
1
-5
/
+6
*
|
mesa: minor comment changes in teximage.c
Brian Paul
2011-07-29
1
-7
/
+2
*
|
mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
Brian Paul
2011-07-29
1
-6
/
+8
*
|
mesa: Fix ff fragment shader inputs calculation when enabling a VS.
Eric Anholt
2011-07-28
1
-2
/
+1
*
|
mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()
Brian Paul
2011-07-28
1
-1
/
+1
*
|
mesa: don't forget about sampleBuffers in framebuffer visual update
Christoph Bumiller
2011-07-27
1
-0
/
+1
*
|
mesa: Make _mesa_get_compressed_formats match the texture compression specs
Ian Romanick
2011-07-25
3
-30
/
+93
*
|
mesa: Return the correct internal fmt when a generic compressed fmt was used
Ian Romanick
2011-07-25
1
-3
/
+17
*
|
mesa: Add utility function to get base format from a GL compressed format
Ian Romanick
2011-07-25
2
-0
/
+91
*
|
mesa: Add an ifndef guard around the definition of the INLINE macro
Paul Berry
2011-07-22
1
-20
/
+22
*
|
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
3
-41
/
+35
|
\
\
|
*
|
mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-18
/
+0
|
*
|
mesa: remove comments referring to Driver.TexImage1D/2D
Brian Paul
2011-07-19
1
-6
/
+3
|
*
|
mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-17
/
+32
*
|
|
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
|
/
/
*
|
mesa: update, shorten some comments in dd.h
Brian Paul
2011-07-19
1
-38
/
+13
*
|
mesa: fix unused-but-set-variable warnings in dlist.c
Marek Olšák
2011-07-15
1
-6
/
+6
*
|
mesa: use inline function wrapper for _mesa_reference_texobj()
Brian Paul
2011-07-14
2
-7
/
+15
*
|
mesa: use inline function wrapper for _mesa_reference_renderbuffer()
Brian Paul
2011-07-14
2
-9
/
+14
*
|
mesa: use inline function wrapper for _mesa_reference_framebuffer()
Brian Paul
2011-07-14
2
-9
/
+13
*
|
main: use inline function wrapper for _mesa_reference_buffer_object()
Brian Paul
2011-07-14
2
-7
/
+16
*
|
mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.
Eric Anholt
2011-07-12
1
-2
/
+4
*
|
mesa: fix assertion failure in delete_wrapper
Marek Olšák
2011-07-11
1
-1
/
+2
*
|
mesa: add a comment in _mesa_test_formats
Marek Olšák
2011-07-11
1
-0
/
+1
*
|
mesa: fix assertion failure in _mesa_test_formats
Marek Olšák
2011-07-11
1
-1
/
+2
*
|
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
2
-7
/
+18
*
|
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
2011-07-10
1
-0
/
+4
*
|
mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8
Marek Olšák
2011-07-10
3
-24
/
+313
*
|
mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-0
/
+20
*
|
mesa: implement texstore for DEPTH32F_STENCIL8
Marek Olšák
2011-07-10
1
-1
/
+67
*
|
mesa: implement texstore for DEPTH_COMPONENT32F
Marek Olšák
2011-07-10
1
-5
/
+7
*
|
mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-2
/
+25
*
|
mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-3
/
+32
*
|
mesa: implement texfetch functions for depth_buffer_float
Marek Olšák
2011-07-10
2
-8
/
+31
*
|
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
9
-6
/
+125
*
|
mesa: Fix the BindSampler unit limit.
Henri Verbeet
2011-07-07
1
-1
/
+1
[next]