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
*
Remove _IsPowerOfTwo from gl_texture_object, not really needed.
Brian Paul
2005-10-05
2
-8
/
+0
*
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
4
-23
/
+23
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
7
-51
/
+56
*
check if deleting currently bound frame/renderbuffer object
Brian Paul
2005-10-04
1
-1
/
+16
*
fix behaviour of glIsFrame/Renderbuffer()
Brian Paul
2005-10-04
1
-8
/
+12
*
change initialization of renderbuffer DepthBits
Brian Paul
2005-10-04
2
-3
/
+13
*
Bug #1155: Define IEEE_ONE on Super-H as well.
Adam Jackson
2005-10-03
1
-0
/
+1
*
disable a warning
Brian Paul
2005-10-03
1
-1
/
+1
*
added a few calls to _mesa_update_framebuffer_visual()
Brian Paul
2005-10-03
1
-0
/
+4
*
finish up some missing code
Brian Paul
2005-10-03
1
-2
/
+24
*
check for GL_DEPTH_STENCIL_EXT
Brian Paul
2005-10-01
1
-1
/
+2
*
plug in _mesa_texstore_z24_s8()
Brian Paul
2005-10-01
1
-1
/
+1
*
added _mesa_texstore_z24_s8()
Brian Paul
2005-10-01
1
-8
/
+40
*
additional error checking for GL_EXT_packed_depth_stencil
Brian Paul
2005-10-01
1
-13
/
+50
*
fix broken z24_s8 fetcher
Brian Paul
2005-10-01
1
-4
/
+4
*
updated comment
Brian Paul
2005-10-01
1
-3
/
+3
*
added _mesa_pack_depth_stencil_span()
Brian Paul
2005-10-01
2
-0
/
+54
*
move around some error checking
Brian Paul
2005-10-01
1
-7
/
+8
*
add error checks for framebuffer completeness
Brian Paul
2005-09-28
1
-4
/
+41
*
check for framebuffer completeness, code clean-up
Brian Paul
2005-09-28
2
-19
/
+11
*
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-28
15
-66
/
+373
*
change initialization of rb->DepthBits
Brian Paul
2005-09-28
1
-2
/
+4
*
added _mesa_scale_and_bias_depth()
Brian Paul
2005-09-28
2
-2
/
+20
*
tweak glAccum error checking
Brian Paul
2005-09-27
1
-5
/
+5
*
generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the same
Brian Paul
2005-09-27
1
-1
/
+8
*
Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels
Brian Paul
2005-09-27
1
-5
/
+110
*
Committing in .
Jouk Jansen
2005-09-23
2
-1
/
+4
*
remove printf
Brian Paul
2005-09-23
1
-1
/
+0
*
Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,
Brian Paul
2005-09-23
3
-61
/
+50
*
Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer
Brian Paul
2005-09-23
2
-88
/
+97
*
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-22
4
-41
/
+46
*
s/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_GetTexLevelParameteriv()
Brian Paul
2005-09-21
1
-1
/
+1
*
Remove ACCUM_BITS.
Brian Paul
2005-09-21
3
-22
/
+4
*
replace GLdepth with GLuint and remove GLdepth
Brian Paul
2005-09-21
1
-9
/
+0
*
change mask[] test in put_mono_row_uint()
Brian Paul
2005-09-20
1
-3
/
+11
*
replace STENCIL_BITS with stencilMax value
Brian Paul
2005-09-20
1
-6
/
+4
*
remove STENCIL_MAX
Brian Paul
2005-09-20
1
-2
/
+0
*
change location of ffs() code for windows
Brian Paul
2005-09-20
1
-17
/
+10
*
init a=0
Brian Paul
2005-09-19
1
-1
/
+1
*
s/GLchan/GLubyte/, fix error string, add comment
Brian Paul
2005-09-19
1
-2
/
+3
*
updated comment
Brian Paul
2005-09-19
1
-2
/
+2
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
6
-50
/
+111
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
5
-7
/
+22
*
Replace GLuint with GLbitfield where appropriate. Also replace GLuint
Brian Paul
2005-09-15
7
-67
/
+68
*
Remove a bunch texel fetch functions that can be handled by the new
Brian Paul
2005-09-15
2
-614
/
+131
*
New set_fetch_functions() to set a gl_texture_image's FetchTexel functions
Brian Paul
2005-09-15
2
-48
/
+93
*
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Brian Paul
2005-09-14
2
-13
/
+0
*
clean-up some _mesa_make_current() code
Brian Paul
2005-09-14
1
-35
/
+32
*
Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c
Brian Paul
2005-09-13
4
-107
/
+107
*
print version with debug info
Brian Paul
2005-09-13
1
-2
/
+4
[next]