r600c: eg: 256 float4 constants may need more than 256 bytes
[mesa.git] / src / mesa / main /
2010-09-10 Ian Romanickmesa: Remove unused Emit flags from gl_shader_compiler_...
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Kristian Høgsbergmesa: Only reference logging symbols in debug builds
2010-09-09 Kristian Høgsbergmesa: Don't reuse DummyFramebuffer as the incomplete...
2010-09-09 Kristian Høgsbergglapi: Implement optional dispatch logging
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-09 Luca Barbierimesa: add PIPE_SHADER_* like constants and conversions...
2010-09-08 Ian Romanickmesa: Refactor parameter processing in set_combiner_...
2010-09-08 Ian Romanickmesa: Fix handling of texenv operands for EXT vs ARB...
2010-09-08 Kenneth Graunkemesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-09-06 José Fonsecamesa: Define C99's __func__ macro on MSVC.
2010-09-05 Luca Barbierimesa: don't expose unsupported GL_ARB_geometry_shader4...
2010-09-03 Brian Paulmesa: fix up a comment
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Brian Paulmesa: fix some printf warnings with casts
2010-09-02 Eric Anholtmesa: Fix many printf-like warnings.
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-09-01 Brian Paulmesa: fix out of bounds memory read in mipmap gen code
2010-09-01 Vladimir Vukicevicmesa: initialize dummy framebuffer and renderbuffer...
2010-08-30 Kenneth GraunkeFix inverted version checks in check_extra.
2010-08-27 Brian Paulmesa: move null ptr check (fdo bug 29843)
2010-08-27 Nick Bowlermesa: Use the format info to identify packed depth...
2010-08-27 Brian Paulmesa: use atexit() handler to release GLSL compiler...
2010-08-27 Brian Paulmesa: free the fallback texture object in free_shared_s...
2010-08-27 Brian Paulmesa: fix double-underscore naming
2010-08-27 Kenneth GraunkeFix typo in function name "shading_laguage_version".
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-26 Brian Paulmesa: fix mixed-up function call name
2010-08-26 Nick Bowlermesa: Identify packed depth/stencil buffers using the...
2010-08-26 Eric Anholtmesa: Don't warn when the desired result of s3tc lib...
2010-08-25 Eric AnholtRevert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-24 Eric Anholtglsl: Set up uniform initializers by walking the shader...
2010-08-24 Brian Paulmesa: added isblank() for MSVC
2010-08-24 Chia-I Wumesa: Remove extraneous semicolon.
2010-08-24 Chia-I Wumesa: Add core.h.
2010-08-23 Ian Romanickglsl2: Include imports.h to get snprintf wrapper for...
2010-08-23 Aras Pranckeviciusmesa: Fix msvc build of glsl.
2010-08-23 Eric Anholtmesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.
2010-08-23 Chia-I Wumesa: Assorted fixes for es_generator.py on win32.
2010-08-23 Brian Paulmesa: use driver hook for creating new renderbuffers
2010-08-20 Nick Bowlermesa: Fix GetUniformLocation while compiling display...
2010-08-20 Chia-I Wumesa: Decorate functions with GL_APIENTRY in es_generat...
2010-08-20 Chia-I Wumesa: Include compiler.h for ASSERT.
2010-08-20 Vinson Leemesa: Silence uninitialized variable warnings in dummy_...
2010-08-19 Vinson Leemesa: Remove unnecessary heaaders from shaderapi.c.
2010-08-18 Vinson Leemesa: fpclassify is available on OpenSolaris.
2010-08-18 Eric Anholtmesa: Free linked shaders when deleting the shader...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Vinson Leemesa: Check that _XOPEN_SOURCE is defined before using it.
2010-08-14 José Fonsecamesa: Recent versions of MSVC define the single precisi...
2010-08-14 José Fonsecamesa: atan2f and powf need two args.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Ian Romanickmesa: Work-arounds for platforms that lack C99 math...
2010-08-14 Eric Anholtglsl2: Move ir_to_mesa handling to driver CompileShader...
2010-08-13 Vinson Leemesa: fpclassify is available with MinGW.
2010-08-12 Vinson Leemesa: Fix FreeBSD build with llvm enabled.
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-10 Brian Paulmesa: use switch stmt in init_program_limits()
2010-08-10 Brian Paulmesa: remove obsolete comments
2010-08-10 Brian Paulmesa: fix comment typo
2010-08-03 Vinson Leemesa: Reduce header file inclusion in texgen.h.
2010-08-03 Vinson Leemesa: Reduce header file inclusion in texcompress_fxt1.h.
2010-08-03 Vinson Leemesa: Reduce header file inclusion in syncobj.h.
2010-08-01 Vinson Leemesa: Remove inclusion of compiler.h from mtypes.h.
2010-08-01 Vinson Leemesa: Remove unnecessary header from mm.h.
2010-08-01 Vinson Leemesa: Add headers containing sybmols used by mm.c.
2010-07-31 Vinson Leemesa: Reduce header file inclusion in get.h.
2010-07-31 Vinson Leemesa: Include missing headers in vtxfmt.h.
2010-07-31 Vinson Leemesa: Include missing header in shared.h.
2010-07-31 Vinson Leemesa: Include missing header in restart.h.
2010-07-31 Vinson Leemesa: Include missing headers in renderbuffer.h.
2010-07-31 Vinson Leemesa: Include missing header in remap.h.
2010-07-31 Vinson Leemesa: Remove unnecessary headers.
2010-07-31 Vinson Leemesa: Include missing header in pixelstore.h.
2010-07-31 Vinson Leemesa: Include missing headers in nvprogram.h.
2010-07-30 Brian Paulmesa: added gl_program::IndirectRegisterFiles field
2010-07-30 Vinson Leemesa: Add missing header to multisample.h.
2010-07-30 Vinson Leemesa: Remove unnecessary header from colormac.h.
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
2010-07-30 Vinson Leemesa: Include macros.h in attrib.c for COPY_4FV symbol.
2010-07-30 Vinson Leemesa: Reduce clip.h header file inclusion.
2010-07-30 Vinson Leemesa: Add missing header to framebuffer.h.
2010-07-30 Vinson Leemesa: Add missing header to fboject.h.
2010-07-30 Vinson Leemesa: Add missing header to texgetimage.h.
2010-07-30 Vinson Leemesa: Add missing header to texrender.h.
2010-07-30 Vinson Leemesa: Add missing header and forward declarations to...
2010-07-30 Vinson Leemesa: Add missing headers to viewport.h.
2010-07-30 Vinson Leemesa: Add missing header to depthstencil.h.
2010-07-30 Vinson Leemesa: Add missing headers to debug.h.
2010-07-30 Vinson Leemesa: Reduce clear.h header file inclusion.
2010-07-30 Vinson Leemesa: Reduce bufferobj.h header file inclusion.
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-29 Vinson Leemesa: Reduce arrayobj.h header file inclusion.
2010-07-29 Vinson Leemesa: Remove unnecessary header.
next