summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()Carl Worth2013-01-152-3/+19
* Update comment to specify actual text being referenced from the specification.Carl Worth2013-01-151-1/+6
* st/mesa: use a generic varying to pass the clear color to the FSMarek Olšák2013-01-151-2/+2
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-152-2/+5
* st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák2013-01-151-1/+3
* st/mesa: remove dead conditional in ClearMarek Olšák2013-01-151-12/+0
* st/mesa: simplify conditionals in ClearMarek Olšák2013-01-151-30/+12
* st/mesa: fix glClear with different colormask for each colorbufferMarek Olšák2013-01-151-18/+25
* st/mesa: always assume separate depth and stencil clear is supportedMarek Olšák2013-01-152-97/+22
* pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV caseJordan Justen2013-01-141-2/+10
* glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3Jordan Justen2013-01-141-0/+8
* copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImageJordan Justen2013-01-141-3/+1
* copyteximage: update signed vs. unsigned format matchingJordan Justen2013-01-141-7/+25
* framebuffer: add _mesa_get_read_renderbufferJordan Justen2013-01-142-0/+26
* teximage: use _mesa_es3_error_check_format_and_type for GLES3Matt Turner2013-01-141-6/+13
* glformats: add _mesa_es3_error_check_format_and_typeMatt Turner2013-01-142-0/+444
* fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on ES/CoreJordan Justen2013-01-141-1/+2
* fbobject: add VERBOSE=api message for renderbuffer storageJordan Justen2013-01-141-1/+16
* fbobject: add VERBOSE=api message for check framebuffer statusJordan Justen2013-01-141-0/+4
* st/mesa: add some simple buffer/draw debug codeBrian Paul2013-01-144-0/+18
* i965: Avoid blending with destination alpha when RB format has no alpha bitsCarl Worth2013-01-143-8/+22
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-135-1/+5
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-1/+1
* r200: Fix probable thinko in r200EmitArraysAdam Jackson2013-01-131-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-138-31/+1
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-124-8/+22
* i965: Fix build error with clang.Kenneth Graunke2013-01-121-3/+7
* i965/fs: Don't mix integer/float immediates in i2b handling.Kenneth Graunke2013-01-121-1/+3
* i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2013-01-123-1/+4
* st/mesa: set ctx->Const.UniformBufferOffsetAlignmentFredrik Höglund2013-01-121-1/+4
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-122-0/+17
* texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REVJordan Justen2013-01-121-1/+7
* texstore argb2101010: merge GL_RGBA and GL_RGB casesJordan Justen2013-01-121-15/+3
* glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGBJordan Justen2013-01-121-1/+2
* glformats: add _mesa_base_format_component_countJordan Justen2013-01-122-0/+29
* glformats: add functions to detect signed/unsigned integer typesJordan Justen2013-01-122-14/+46
* unpack: support unpacking MESA_FORMAT_ARGB2101010Jordan Justen2013-01-121-0/+18
* mesa: Add extension tracking for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-0/+2
* mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTHIan Romanick2013-01-111-0/+3
* mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATSIan Romanick2013-01-111-0/+4
* mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT stateIan Romanick2013-01-112-0/+62
* mesa: Emit errors for geometry shader enums when ARB_gs4 is not supportedIan Romanick2013-01-111-5/+15
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-6/+13
* mesa: Add stub implementations of glGetProgramBinary and glProgramBinaryIan Romanick2013-01-112-0/+63
* mesa: Fix the naming of _mesa_ProgramParameteriARBIan Romanick2013-01-112-4/+4
* mesa: Fix GL_SHADER_BINARY_FORMATS queryIan Romanick2013-01-111-8/+2
* glcpp: Accept pointer to GL context rather than just the API versionCarl Worth2013-01-111-1/+1
* drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth2013-01-111-0/+3
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-114-1/+15
* driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2013-01-112-21/+20