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
*
mesa: remove old comments
Brian Paul
2009-02-16
1
-1
/
+1
*
i965: tell GLSL compiler to emit code using condition codes
Brian Paul
2009-02-16
1
-0
/
+3
*
glsl: silence some uninit var warnings
Brian Paul
2009-02-16
2
-2
/
+2
*
r300: Redirect constant TEX coordinates
Nicolai Haehnle
2009-02-14
2
-0
/
+32
*
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-02-13
6
-64
/
+187
*
i965: add missing break for OPCODE_RET case
Brian Paul
2009-02-13
1
-0
/
+1
*
i965: the return value of translate_insn() is never used. Make it void.
Brian Paul
2009-02-13
1
-4
/
+3
*
i965: minor clean-ups
Brian Paul
2009-02-13
1
-27
/
+26
*
i965: code clean-ups, comments, and minor refactoring
Brian Paul
2009-02-13
2
-37
/
+65
*
i965: updated comments
Brian Paul
2009-02-13
1
-17
/
+37
*
intel: turn on GL_ARB_shading_language_120
Brian Paul
2009-02-13
1
-4
/
+0
*
i965: more reformatting/clean-up
Brian Paul
2009-02-13
1
-12
/
+10
*
i965: s/__inline/INLINE/
Brian Paul
2009-02-13
1
-4
/
+4
*
i965: formatting and indentation fixes
Brian Paul
2009-02-13
1
-17
/
+16
*
i965: fix inconsistant indentation in brw_wm.c
Brian Paul
2009-02-13
1
-37
/
+39
*
i965: Eric Anholt's patch for bumping up texture sizes
Robert Ellison
2009-02-13
1
-4
/
+4
*
mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...
Brian Paul
2009-02-13
1
-21
/
+24
*
mesa: add additional texture size/limit assertions
Brian Paul
2009-02-13
1
-5
/
+13
*
glDrawBuffers(n==0) is valid
Robert Ellison
2009-02-12
1
-3
/
+8
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
12
-15
/
+19
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
14
-37
/
+37
*
mesa: don't include m_xform.h where not needed
Brian Paul
2009-02-12
7
-7
/
+1
*
mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c
Brian Paul
2009-02-12
5
-26
/
+25
*
mesa: remove unused functions in m_xform.[ch]
Brian Paul
2009-02-12
2
-87
/
+0
*
mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
Brian Paul
2009-02-12
1
-0
/
+1
*
mesa: remove empty, unneeded mathmod.h header
Brian Paul
2009-02-12
2
-40
/
+0
*
Fix an i965 assertion failure on glClear()
Robert Ellison
2009-02-11
1
-1
/
+1
*
mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium build
Brian Paul
2009-02-11
1
-3
/
+5
*
mesa: get rid of _math_init()
Brian Paul
2009-02-11
5
-17
/
+8
*
glsl: allow setting arrays of samplers in set_program_uniform()
Brian Paul
2009-02-11
1
-10
/
+19
*
glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)
Brian Paul
2009-02-11
1
-0
/
+10
*
glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...
Brian Paul
2009-02-11
1
-44
/
+59
*
glsl: fix glUniform() array bounds error checking
Brian Paul
2009-02-11
1
-9
/
+21
*
glsl: fix incorrect size returned by glGetActiveUniform() for array elements.
Brian Paul
2009-02-11
1
-8
/
+25
*
mesa: Use the stdio wrappers.
José Fonseca
2009-02-11
1
-22
/
+22
*
mesa: Move statements after declarations.
José Fonseca
2009-02-11
1
-1
/
+1
*
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
5
-42
/
+54
*
sis: fix signedness warnings
Eric Anholt
2009-02-10
2
-5
/
+5
*
trident: Fix signedness warning.
Eric Anholt
2009-02-10
1
-1
/
+1
*
tdfx: Fix begin/endquery for current API.
Eric Anholt
2009-02-10
1
-4
/
+4
*
intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().
Eric Anholt
2009-02-10
1
-5
/
+17
*
intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.
Eric Anholt
2009-02-10
1
-5
/
+6
*
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2009-02-10
2
-0
/
+10
*
intel: don't crash when dri2 tells us about buffers we don't care about.
Eric Anholt
2009-02-10
1
-0
/
+3
*
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
169
-768
/
+21060
|
\
|
*
Merge commit 'origin/gallium-0.2' into gallium-master-merge
Brian Paul
2009-02-10
4
-35
/
+68
|
|
\
|
|
*
Missing: tgsi: Fix build -- rename Size to NrTokens.
Patrice Mandin
2009-02-10
1
-1
/
+1
|
|
*
mesa: Compare formats using nominal bytes per pixel.
José Fonseca
2009-02-10
1
-3
/
+1
|
|
*
mesa: fixes for srgb formats
Roland Scheidegger
2009-02-09
1
-20
/
+14
|
|
*
fix _mesa_get_teximage for srgb textures
Roland Scheidegger
2009-02-09
1
-11
/
+52
[next]