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
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Temporary hack to prevent stack overflow on windows
José Fonseca
2010-12-02
1
-0
/
+17
*
mesa: raise max texture sizes to 16K
Brian Paul
2010-12-02
1
-7
/
+10
*
mesa: fix comment typo
Brian Paul
2010-08-10
1
-1
/
+1
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+9
*
mesa: increase MAX_DRAW_BUFFERS to 8
Brian Paul
2010-05-03
1
-1
/
+1
*
mesa: initial data structures for transform feedback
Brian Paul
2010-03-30
1
-0
/
+5
*
mesa: Fix default (swrast) GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS.
Eric Anholt
2009-12-10
1
-1
/
+2
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-1
/
+1
*
ARB prog: Change handling of program parameter limits
Ian Romanick
2009-08-26
1
-17
/
+39
*
Allow external settings of MAX_WIDTH/HEIGHT.
Tom Fogal
2009-08-14
1
-2
/
+7
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-09
1
-2
/
+2
|
\
|
*
mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256
Brian Paul
2009-06-08
1
-2
/
+2
*
|
mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
Brian Paul
2009-05-22
1
-1
/
+0
*
|
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Brian Paul
2009-05-22
1
-1
/
+1
*
|
mesa: raise MAX_VARYING (number of shader varying vars) to 16
Brian Paul
2009-05-08
1
-1
/
+1
|
/
*
mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)
Alan Hourihane
2009-03-24
1
-1
/
+1
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-1
/
+2
*
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
1
-1
/
+1
*
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2009-02-22
1
-4
/
+1
*
mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
Brian Paul
2009-02-18
1
-1
/
+1
*
i965: Eric Anholt's patch for bumping up texture sizes
Robert Ellison
2009-02-13
1
-4
/
+4
*
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
1
-26
/
+27
|
\
|
*
mesa: increase max texture image units and GLSL samplers to 16
Brian Paul
2008-12-31
1
-26
/
+27
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-30
1
-2
/
+2
|
\
|
|
*
mesa: increase max constants/uniforms to 256 (vec4 vectors)
Brian Paul
2008-12-30
1
-2
/
+2
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-24
1
-0
/
+2
|
\
|
|
*
mesa: add gl_program::Input/OutputFlags[] array
Brian Paul
2008-11-24
1
-0
/
+2
|
*
mesa: comments about vectors vs components
Brian Paul
2008-09-21
1
-2
/
+2
|
*
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
1
-35
/
+4
*
|
mesa: fix/simplify initialization of vertex/fragment program limits
Brian Paul
2008-09-26
1
-3
/
+1
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-37
/
+6
|
\
\
|
|
/
|
/
|
|
*
mesa: comments about vectors vs components
Brian Paul
2008-07-14
1
-2
/
+2
|
*
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-06-10
1
-34
/
+4
|
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
2008-05-18
1
-19
/
+20
|
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-0
/
+1
*
|
mesa: implement grammar/parsing for precision/invariant syntax
Brian Paul
2008-07-29
1
-0
/
+1
*
|
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-14
1
-0
/
+1
*
|
New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...
Brian
2007-11-29
1
-1
/
+1
*
|
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Roland Scheidegger
2007-11-09
1
-19
/
+20
|
/
*
increase MAX_POINT_SIZE to 60
Brian
2007-06-28
1
-1
/
+1
*
remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITS
Brian
2007-06-08
1
-6
/
+3
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+3
*
enable GLSL 1.20
Brian
2007-04-08
1
-0
/
+1
*
Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.
Brian
2007-03-11
1
-1
/
+1
*
define and use MAX_PROGRAM_ADDRESS_REGS
Brian
2007-02-25
1
-0
/
+1
*
added MAX_PROGRAM_ENV_PARAMS
Brian
2007-02-22
1
-0
/
+1
*
Lots of assorted changes for new GLSL compiler backend.
Brian
2006-12-15
1
-7
/
+3
*
Initial implementation work for CAL, RET, and BRA instructions for fragment
Brian Paul
2006-11-16
1
-0
/
+1
*
replace CONFIG_H with MESA_CONFIG_H_INCLUDED
Brian Paul
2006-11-03
1
-4
/
+4
*
According to GL_NV_fragment_program, max frag prog length is 1024 instructions.
Brian Paul
2006-08-24
1
-1
/
+1
[next]