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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cell: align instruction buffers to 8-byte, not 32-byte boundary
Brian Paul
2008-09-26
3
-8
/
+8
*
cell: asst clean-up, var renaming
Brian Paul
2008-09-26
1
-10
/
+9
*
cell: remove unneeded blend/depth_stencil subclasses
Brian Paul
2008-09-26
4
-72
/
+15
*
cell: checkpoint: support for function calls in SPU shaders
Brian Paul
2008-09-26
8
-3
/
+254
*
cell: inst reorder to save a cycle
Brian Paul
2008-09-26
1
-1
/
+1
*
st: add prototype for st_get_framebuffer_dimensions()
Alan Hourihane
2008-09-26
2
-2
/
+5
*
st: export st_get_framebuffer_dimensions() to retrieve
Alan Hourihane
2008-09-26
1
-0
/
+7
*
mesa: fix incorrect parameter order
Brian Paul
2008-09-26
1
-3
/
+3
*
mesa: remove const qualifiers to match device driver interface function
Brian Paul
2008-09-26
1
-2
/
+2
*
gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()
Brian Paul
2008-09-26
3
-4
/
+4
*
mesa: add some braces
Brian Paul
2008-09-26
1
-1
/
+2
*
mesa: fix/simplify initialization of vertex/fragment program limits
Brian Paul
2008-09-26
2
-30
/
+27
*
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-26
1
-4
/
+2
*
mesa: fix swizzle failure, fix typo
Brian Paul
2008-09-26
1
-3
/
+5
*
mesa: fix default buffer object access value
Brian Paul
2008-09-26
1
-2
/
+9
*
st: change from ** to * for st_unreference_framebuffer()
Alan Hourihane
2008-09-26
6
-7
/
+7
*
mesa: fix indenting
Keith Whitwell
2008-09-26
1
-14
/
+14
*
dri: remove unused files present only on gallium-0.2 branch
Keith Whitwell
2008-09-26
2
-638
/
+0
*
Merge commit 'origin/master' into HEAD
Keith Whitwell
2008-09-26
10
-33
/
+53
|
\
|
*
mesa: fix cast/conversion for optional code
Brian
2008-09-25
2
-5
/
+7
|
*
mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.
Brian Paul
2008-09-25
1
-2
/
+2
|
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2008-09-25
2
-3
/
+3
|
*
mesa: fix some VBO buffer object issues
Brian Paul
2008-09-25
2
-11
/
+23
|
*
mesa: fix function params to match prototypes
Sam Hocevar
2008-09-25
1
-5
/
+5
|
*
mesa: prevent the slang code generator from aborting when faced with a sample...
Sam Hocevar
2008-09-25
1
-1
/
+5
|
*
i965: support for sin() and cos() in vertex shaders.
Sam Hocevar
2008-09-25
1
-0
/
+6
|
*
i965: more meaningful message for unsupported opcodes.
Sam Hocevar
2008-09-25
2
-3
/
+8
|
*
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
2008-09-24
1
-1
/
+1
|
*
set SamplerUnit[] entry in load_texture() just to be safe
Brian
2008-09-24
1
-0
/
+4
|
*
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2008-09-24
1
-1
/
+1
|
*
set program->SamplersUsed bit when using a texture instruction
Brian
2008-09-24
1
-1
/
+4
|
*
Remove ctx field from texenvprog_cache
Brian
2008-09-24
1
-4
/
+4
|
*
include programopt.h
Brian
2008-09-24
1
-0
/
+1
|
*
Disable vertex shader fog, compute fog in fragment shader.
Brian
2008-09-24
1
-5
/
+11
|
*
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
2008-09-24
1
-0
/
+1
|
*
mesa: fix main/ prefix in include
Keith Whitwell
2008-09-23
1
-1
/
+1
|
*
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
2008-09-23
1
-0
/
+16
|
*
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
2008-09-23
3
-2
/
+51
|
*
vbo: seed initial max_element value with a more likely candidate
Keith Whitwell
2008-09-23
1
-6
/
+6
|
*
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-09-23
2
-6
/
+6
|
*
mesa: glsl: fix glGetUniform for matrix queries
Brian Paul
2008-09-23
1
-50
/
+79
|
*
mesa: glsl: fix a number of glUniform issues
Brian Paul
2008-09-23
1
-31
/
+199
|
*
mesa: glsl: fix error check in get_uniformfv()
Brian Paul
2008-09-23
1
-4
/
+9
*
|
egl: cleanup doublebuffer check
Alan Hourihane
2008-09-26
1
-2
/
+3
*
|
egl: switch to egl_glx.so as the default EGL driver for X.
Alan Hourihane
2008-09-26
1
-4
/
+3
*
|
egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL specific DRI driver.
Alan Hourihane
2008-09-26
1
-3
/
+12
*
|
egl: Add new EGL driver that wraps GLX.
Alan Hourihane
2008-09-26
2
-0
/
+648
*
|
util: Update fast_log2 article url.
José Fonseca
2008-09-26
1
-1
/
+1
*
|
add cso_hash_contains() function
Alan Hourihane
2008-09-24
2
-0
/
+12
*
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-09-23
1
-2
/
+2
|
\
|
[next]