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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
18
-19
/
+0
*
increate MaxTextureLevels to 11 (bug 3130)
Brian Paul
2006-10-15
2
-2
/
+9
*
check if files exist before installing (Thierry Reding)
Brian Paul
2006-10-15
1
-2
/
+7
*
allow specifying image size on cmd line
Brian Paul
2006-10-14
1
-19
/
+26
*
Some code movement so that the gl_framebuffer is fully initialized before
Brian Paul
2006-10-14
1
-5
/
+9
*
Big re-org of buffer size management.
Brian Paul
2006-10-14
4
-491
/
+526
*
cut and paste error: s/Width/Height/
Brian Paul
2006-10-14
1
-1
/
+1
*
build fix: s/Table/TableUB/
Brian Paul
2006-10-14
1
-1
/
+1
*
assorted clean-ups
Brian Paul
2006-10-14
1
-56
/
+38
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
10
-18
/
+238
*
remove needless condition
Brian Paul
2006-10-13
1
-3
/
+1
*
Consolidate, move, fix code related to color index and stencil image transfer
Brian Paul
2006-10-13
7
-186
/
+135
*
Fix dumb build errors.
Ian Romanick
2006-10-13
2
-1
/
+2
*
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
2
-0
/
+2
*
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
31
-4293
/
+4101
*
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
*
fixed NV_position_invariant
Brian Paul
2006-10-10
1
-0
/
+1
*
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
[next]