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
Commit message (
Expand
)
Author
Age
Files
Lines
*
In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of
Brian Paul
2006-10-13
7
-48
/
+37
*
s/GLuint/GLbitfield/
Brian Paul
2006-10-13
5
-17
/
+17
*
s/GL_FALSE/0x0/
Brian Paul
2006-10-13
1
-1
/
+1
*
removed obsolete _mesa_pack_rgba_span_chan()
Brian Paul
2006-10-13
2
-80
/
+0
*
include glapi.h to fix broken build
Brian Paul
2006-10-13
1
-0
/
+1
*
Upload of interleaved arrays currently assumes that position is the
Keith Whitwell
2006-10-13
1
-0
/
+1
*
Make sure instructions are zero'd out before use.
Keith Whitwell
2006-10-13
1
-0
/
+1
*
Use unsigned long batchbuffer offset, fixes x64 warnings.
Keith Whitwell
2006-10-13
1
-1
/
+1
*
Fix printf warning.
Keith Whitwell
2006-10-13
1
-1
/
+1
*
Use unsigned long cast for checking pointer alignment, fixes x64 warnings.
Keith Whitwell
2006-10-13
1
-2
/
+2
*
Use mesa function to get opcode name rather than an internal table.
Keith Whitwell
2006-10-13
1
-61
/
+1
*
Indent and cosmetic changes.
Michal Krol
2006-10-13
4
-694
/
+772
*
Revamp color table code.
Brian Paul
2006-10-13
9
-749
/
+334
*
adjust_colors() function replaces old _mesa_chan_to_float_span() function.
Brian Paul
2006-10-12
1
-26
/
+45
*
use _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_to_rgba()
Brian Paul
2006-10-12
1
-8
/
+10
*
remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()
Brian Paul
2006-10-12
2
-76
/
+6
*
_mesa_map_ci_to_rgba_chan() no longer used
Brian Paul
2006-10-12
2
-53
/
+4
*
Lots of changes to support runtime renderbuffer depths.
Brian Paul
2006-10-12
9
-311
/
+369
*
don't use temp storage in _mesa_convert_colors() when possible
Brian Paul
2006-10-12
1
-47
/
+60
*
remove some debug code invalidated by prev check-in
Brian Paul
2006-10-12
1
-7
/
+0
*
Fix bug #4681.
Ian Romanick
2006-10-11
24
-4139
/
+3525
*
use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions
Brian Paul
2006-10-11
4
-24
/
+17
*
rewrite/simplify the fast_draw_pixels() function
Brian Paul
2006-10-11
1
-349
/
+221
*
use _mesa_convert_colors(), update some assertions
Brian Paul
2006-10-11
1
-102
/
+26
*
Added _mesa_convert_colors().
Brian Paul
2006-10-11
2
-15
/
+153
*
support for runtime renderbuffer depths
Brian Paul
2006-10-11
1
-24
/
+81
*
In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,
Brian Paul
2006-10-11
1
-16
/
+17
*
added shaderobjects_3dlabs.c
Brian Paul
2006-10-11
1
-1
/
+2
*
remove 3dlabs.c
Brian Paul
2006-10-11
1
-2
/
+1
*
sources for X.org xserver build
Brian Paul
2006-10-11
1
-0
/
+64
*
List of source (.c) files in each directory.
Brian Paul
2006-10-11
11
-0
/
+127
*
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-10-10
5
-49
/
+61
*
Move the fp_machine struct into s_nvfragmprog.c since (except for program
Brian Paul
2006-10-10
6
-46
/
+114
*
s/GLuint/GLbitfield/
Brian Paul
2006-10-10
1
-2
/
+2
*
If program is position invariant, set VERT_BIT_POS in InputsRead field.
Brian Paul
2006-10-10
1
-2
/
+4
*
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-10
4
-1
/
+21
*
Updates for XCB. Bug 8560.
Ian Romanick
2006-10-09
1
-1
/
+1
*
do not import arrays for generic arb attribs if the array is not enabled (sam...
Roland Scheidegger
2006-10-07
1
-2
/
+3
*
rewrite clear_rgba_buffer_with_masking()
Brian Paul
2006-10-06
1
-8
/
+27
*
deal with union/aliasing in convert_color_type()
Brian Paul
2006-10-06
1
-24
/
+40
*
rewrite of read_fast_rgba_pixels()
Brian Paul
2006-10-06
1
-51
/
+37
*
missing file
Keith Whitwell
2006-10-05
1
-0
/
+132
*
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-10-05
7
-5
/
+477
*
Quieten debug message.
Keith Whitwell
2006-10-05
1
-1
/
+1
*
eliminate rhw divide under some circumstances
Keith Whitwell
2006-10-05
3
-18
/
+32
*
Quieten debug message.
Keith Whitwell
2006-10-05
1
-0
/
+2
*
Changes to generated code caused by the previous commits.
Ian Romanick
2006-10-04
8
-156
/
+156
*
Fix the ordering of extensions.
Ian Romanick
2006-10-04
1
-53
/
+53
*
Keep indentation consistent with indent.
Ian Romanick
2006-10-04
3
-72
/
+67
*
Divide categories into four groups as they are processed from the XML. Add
Ian Romanick
2006-10-04
2
-129
/
+109
[next]