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
*
fix using a tmp without asking for one
Jerome Glisse
2006-01-24
1
-0
/
+1
*
pull in fix from 6.4 branch for XFree86Server definition
Alan Hourihane
2006-01-24
1
-2
/
+1
*
fix broken get_half & get_zero
Aapo Tahkola
2006-01-24
1
-4
/
+4
*
Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't
Adam Jackson
2006-01-19
1
-2
/
+3
*
properly free ATI fragment shaders (Tilman Sauerbeck)
Brian Paul
2006-01-16
1
-3
/
+21
*
s/GLuint/GLbitfield/
Brian Paul
2006-01-09
2
-2
/
+2
*
properly notify driver on scissor change in MakeCurrent
Keith Whitwell
2005-12-30
3
-15
/
+27
*
move va_end() call (Evgeny Kotsuba)
Brian Paul
2005-12-15
1
-1
/
+1
*
Fix typo.
Keith Whitwell
2005-12-14
1
-1
/
+1
*
use GLbitfield instead of GLuint
Brian Paul
2005-12-14
1
-6
/
+3
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
11
-421
/
+3
*
silence warning, bug 5318
Brian Paul
2005-12-12
1
-0
/
+2
*
Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This
Keith Whitwell
2005-12-12
3
-2
/
+9
*
don't need LONGLONG typedefs
Brian Paul
2005-12-08
1
-7
/
+0
*
add 64-bit typedefs for portability
Karl Schultz
2005-12-08
1
-0
/
+7
*
Updates for GL_EXT_timer_query:
Brian Paul
2005-12-07
5
-2086
/
+2192
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-1
/
+1
*
fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)
Brian Paul
2005-12-02
1
-2
/
+2
*
remove uintptr_t cast
Brian Paul
2005-12-01
1
-1
/
+1
*
try removing need for the uintptr_t casts
Brian Paul
2005-12-01
1
-2
/
+5
*
Added FinishRenderTexture() device driver function to indicate when
Brian Paul
2005-12-01
3
-19
/
+65
*
added comment about glTexImage and renderbuffers
Brian Paul
2005-12-01
1
-0
/
+6
*
fxt1_decode_1() should not be static
Brian Paul
2005-11-30
1
-2
/
+2
*
Remove the many aliases for 'struct mem_block' in mm.h
Keith Whitwell
2005-11-28
3
-66
/
+43
*
Correct author attribution of mm.h
Keith Whitwell
2005-11-28
1
-1
/
+1
*
include stdint.h for BSD
Brian Paul
2005-11-27
1
-10
/
+9
*
use ADD_POINTERS macro instead of (uintptr_t) cast
Brian Paul
2005-11-25
1
-8
/
+8
*
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-20
1
-1
/
+1
*
additional clean-ups and improvements
Brian Paul
2005-11-19
1
-21
/
+38
*
Bunch of little fixes:
Brian Paul
2005-11-19
1
-35
/
+31
*
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-19
3
-47
/
+68
*
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-19
1
-1
/
+0
*
move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h
Brian Paul
2005-11-19
1
-81
/
+0
*
Reduce stderr noise.
Aapo Tahkola
2005-11-18
1
-2
/
+2
*
In _mesa_RenderbufferStorageEXT(), try to avoid needless reallocation.
Brian Paul
2005-11-18
1
-43
/
+13
*
move _mesa_update_state() calls before error tests that depend on framebuffer...
Brian Paul
2005-11-17
1
-11
/
+11
*
improved error checking in error_check_format_type()
Brian Paul
2005-11-17
1
-6
/
+6
*
additional comments about GL_DEPTH_STENCIL buffers
Brian Paul
2005-11-16
1
-2
/
+9
*
Use new gl_framebuffer _Depth/_StencilBuffer fields instead of
Brian Paul
2005-11-16
1
-6
/
+4
*
added depthstencil.c
Brian Paul
2005-11-16
1
-0
/
+3
*
Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).
Brian Paul
2005-11-16
7
-23
/
+740
*
added _mesa_new_depthstencil_renderbuffer() for combined depth/stencil buffers
Brian Paul
2005-11-16
2
-8
/
+59
*
add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
Brian Paul
2005-11-16
1
-0
/
+3
*
check for ctx==NULL, bug 4087
Brian Paul
2005-11-15
1
-1
/
+2
*
Added _mesa_light() helper function so we can avoid transforming then
Brian Paul
2005-11-12
4
-96
/
+150
*
Added OSMesaColorClamp(), bug 4917
Brian Paul
2005-11-12
4
-13
/
+7
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
5
-27
/
+33
*
Make _mesa_is_proxy_texture() non-static and use in a few more places.
Brian Paul
2005-11-11
4
-82
/
+39
*
s/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some comments
Brian Paul
2005-11-10
2
-18
/
+26
*
fix popping of GL_SPOT_DIRECTION (bug 5005)
Brian Paul
2005-11-10
1
-1
/
+1
[next]