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: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
9
-134
/
+0
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
2
-19
/
+0
*
Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space
Alan Coopersmith
2009-03-06
1
-1
/
+1
*
mesa: added _mesa_read_shader() function to read shaders from files
Brian Paul
2009-03-06
1
-0
/
+51
*
mesa: Reads must also be done with lock held.
José Fonseca
2009-03-06
1
-3
/
+5
*
mesa: Fix typo.
José Fonseca
2009-03-06
1
-1
/
+1
*
mesa: call _mesa_get_cpu_features() during one-time-init
Brian Paul
2009-03-04
1
-0
/
+3
*
mesa: new cpuinfo.c file to init/query cpu info and extensions
Brian Paul
2009-03-04
2
-0
/
+156
*
mesa: Follow ARB_map_buffer_range more stricly.
José Fonseca
2009-03-04
1
-0
/
+2
*
mesa: fix sw fallback state validation bug
Brian Paul
2009-03-03
1
-10
/
+28
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
2
-3
/
+38
|
\
|
*
mesa: add MapBufferRange driver callbacks
Keith Whitwell
2009-03-03
1
-0
/
+26
|
*
mesa: Add BeginVertices driver call
Keith Whitwell
2009-03-03
2
-3
/
+12
|
*
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-07
2
-0
/
+15
|
*
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
Brian Paul
2009-01-06
2
-0
/
+17
|
*
mesa: fix GL_DEPTH_CLEAR_VALUE casting
Brian Paul
2009-01-06
2
-4
/
+4
|
*
mesa: fix cast/conversion for optional code
Brian
2009-01-06
2
-4
/
+6
|
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2009-01-06
2
-3
/
+3
|
*
mesa: Use explicit casts when precision is lost.
José Fonseca
2009-01-06
1
-2
/
+2
|
*
mesa: fix conditional in save_Lightfv(), bug 18838
Brian
2009-01-06
1
-1
/
+1
|
*
mesa: add gl_program::Input/OutputFlags[] array
Brian Paul
2009-01-06
2
-0
/
+5
|
*
mesa: Pass the context to query object delete cb to avoid null dereference.
Eric Anholt
2008-12-18
1
-1
/
+1
|
*
mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...
Brian Paul
2008-12-17
1
-1
/
+13
|
*
mesa: fix fixed-function test in get_fp_input_mask() - again.
Brian Paul
2008-12-17
1
-3
/
+5
|
*
mesa: add missing cases for texture array targets
Brian Paul
2008-12-17
1
-6
/
+10
|
*
Revert "mesa: fix vertex program test in get_fp_input_mask()"
Brian Paul
2008-12-17
1
-1
/
+3
|
*
mesa: fix vertex program test in get_fp_input_mask()
Brian Paul
2008-12-17
1
-3
/
+1
|
*
mesa: restore the negate flag of dots in build_lighting.
Xiang, Haihao
2008-11-11
1
-0
/
+3
|
*
mesa: use _bfc0 instead of _col0 when building back face lighting.
Brian Paul
2008-11-07
1
-3
/
+2
*
|
mesa: more tex image debug/dumping code
Brian Paul
2009-03-02
1
-0
/
+22
*
|
mesa: move call to update_texture_compare_function()
Brian Paul
2009-03-02
1
-3
/
+1
*
|
mesa: fix texture enable regression
Brian Paul
2009-03-02
1
-2
/
+3
*
|
mesa: use _mesa_reference_texobj() when setting texUnit->Current pointer
Brian Paul
2009-03-02
1
-2
/
+1
*
|
mesa: don't draw arrays if vertex position array is not enabled
Brian Paul
2009-03-02
1
-3
/
+12
*
|
mesa: remove warning/short-circuit of stencil enable w/ no stencil buffer
Brian Paul
2009-03-02
1
-5
/
+0
*
|
mesa: add ctx->Stencil._Enabled field
Brian Paul
2009-03-02
3
-2
/
+7
*
|
mesa: fixed computation of _EnabledCoordUnits
Brian Paul
2009-03-02
1
-8
/
+18
*
|
mesa: clarify comments for per-unit texture bitfields
Brian Paul
2009-03-02
1
-8
/
+14
*
|
mesa: move texture_override() code into calling loop
Brian Paul
2009-03-02
1
-30
/
+19
*
|
mesa: move update_texture_compare_function() call out of loop
Brian Paul
2009-03-02
1
-1
/
+3
*
|
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
3
-21
/
+3
*
|
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
2
-7
/
+6
*
|
mesa: convert some #defines to enums
Brian Paul
2009-02-28
2
-49
/
+86
*
|
mesa: move _GenFlags = 0x0 to texgen loop
Brian Paul
2009-02-28
1
-1
/
+2
*
|
mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa
Brian Paul
2009-02-28
1
-1
/
+0
*
|
mesa: Sparc's IROUND() optimization is invalid.
David Miller
2009-02-28
1
-9
/
+1
*
|
mesa: move GLfixed type and related macros to swrast module
Brian Paul
2009-02-28
1
-32
/
+0
*
|
mesa: convert macro to inline function
Brian Paul
2009-02-28
1
-9
/
+12
*
|
mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function
Brian Paul
2009-02-28
3
-26
/
+30
*
|
mesa: comments, whitespace, reformatting
Brian Paul
2009-02-28
2
-32
/
+33
[next]