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 unused ENABLE_TEXGENx, ENABLE_TEXMATx flags
Brian Paul
2009-02-22
1
-23
/
+8
*
mesa: assorted clean-ups, var renaming, etc.
Brian Paul
2009-02-22
1
-59
/
+59
*
mesa: simplify texture combine state copying in _mesa_copy_texture_state()
Brian Paul
2009-02-22
1
-8
/
+1
*
mesa: remove redundant assertions (same asserts in context.c)
Brian Paul
2009-02-22
1
-3
/
+0
*
mesa: added extern qualifier
Tom Fogal
2009-02-21
1
-1
/
+1
*
mesa: use enums for TEXTURE_x_INDEX values
Brian Paul
2009-02-21
3
-40
/
+28
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
8
-238
/
+137
*
mesa: use an array for default texture objects
Brian Paul
2009-02-21
4
-90
/
+72
*
mesa: re-org texgen state
Brian Paul
2009-02-21
5
-505
/
+228
*
mesa: add TexShadow field to prog_instruction
Brian Paul
2009-02-20
1
-6
/
+13
*
mesa: fix/update/restore comments related to two-sided stencil
Brian Paul
2009-02-19
2
-2
/
+19
*
mesa: initialize ctx->Stencil._BackFace = 1
Brian Paul
2009-02-19
1
-0
/
+1
*
mesa: convert VERT_RESULT_* from #defines to enum, like the others
Brian Paul
2009-02-18
1
-21
/
+24
*
mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
Brian Paul
2009-02-18
1
-1
/
+1
*
mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)
Brian Paul
2009-02-17
1
-0
/
+27
*
mesa: turn on reporting of GLSL version 1.20
Brian Paul
2009-02-17
2
-3
/
+3
*
i965: Eric Anholt's patch for bumping up texture sizes
Robert Ellison
2009-02-13
1
-4
/
+4
*
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: 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
1
-1
/
+1
*
mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
Brian Paul
2009-02-12
1
-0
/
+1
*
mesa: get rid of _math_init()
Brian Paul
2009-02-11
1
-7
/
+0
*
mesa: Move statements after declarations.
José Fonseca
2009-02-11
1
-1
/
+1
*
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
33
-211
/
+871
|
\
|
*
Merge commit 'origin/gallium-0.2' into gallium-master-merge
Brian Paul
2009-02-10
2
-31
/
+66
|
|
\
|
|
*
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
|
*
|
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
33
-196
/
+827
|
|
\
|
|
|
*
mesa: set version to 7.4 for mesa_7_4_branch
Brian Paul
2009-01-29
1
-3
/
+3
|
|
*
mesa: set version to 7.3
Brian Paul
2009-01-29
1
-1
/
+1
|
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
10
-7
/
+237
|
|
|
\
|
|
*
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-16
1
-1
/
+1
|
|
|
\
\
|
|
*
|
|
mesa: check frambuffer complete status before rendering
Alan Hourihane
2009-01-15
1
-13
/
+20
|
|
*
|
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
3
-5
/
+14
|
|
|
\
\
\
|
|
*
|
|
|
mesa: set version string to 7.3-rc1
Brian Paul
2009-01-09
1
-1
/
+1
|
|
*
|
|
|
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2009-01-09
3
-14
/
+0
|
|
*
|
|
|
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-08
2
-0
/
+15
|
|
*
|
|
|
mesa: fix GL_DEPTH_CLEAR_VALUE casting
Brian Paul
2009-01-08
2
-4
/
+4
|
|
*
|
|
|
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2009-01-08
1
-1
/
+1
|
|
*
|
|
|
mesa: Use explicit casts when precision is lost.
José Fonseca
2009-01-08
1
-1
/
+1
|
|
*
|
|
|
mesa: Fix windows build when UNICODE is defined.
José Fonseca
2009-01-08
1
-1
/
+1
|
|
*
|
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-06
5
-5
/
+60
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
12
-143
/
+210
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-30
1
-2
/
+2
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
mesa: Do not specify types in bitfields.
José Fonseca
2008-12-30
1
-2
/
+2
|
|
*
|
|
|
|
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-19
2
-24
/
+447
|
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
mesa: remove unneeded _mesa_reference_fragprog() call
Brian Paul
2008-12-18
1
-4
/
+2
|
|
*
|
|
|
|
|
|
|
mesa: updated comments
Brian Paul
2008-12-18
1
-10
/
+12
|
|
*
|
|
|
|
|
|
|
mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...
Brian Paul
2008-12-17
1
-1
/
+13
[next]