i965/msaa: Add sample-alpha-to-coverage support for multiple render targets
[mesa.git] / src / mesa /
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-23 Ian Romanickmesa/es: Validate glCompressedTexSubImage internalForma...
2012-08-23 Ian Romanickmesa/es: Validate glCompressedTexImage internalFormat...
2012-08-23 Ian Romanickmesa/es: Validate glCopyTexImage internalFormat in...
2012-08-23 Ian Romanickmesa/es: Validate glTexSubImage format and type in...
2012-08-23 Ian Romanickmesa/es: Validate glTexImage format, type, and internal...
2012-08-23 Ian Romanickmesa/es: Validate glTexImage border in Mesa code rather...
2012-08-23 Ian Romanickmesa: Generate an error when glCopyTexImage border...
2012-08-23 Ian Romanickmesa/es: Add support for GL_APPLE_texture_max_level
2012-08-23 Ian Romanickmesa/es: Validate glGetTexParameter pnames in Mesa...
2012-08-23 Ian Romanickmesa/es: Validate glTexParameter pnames in Mesa code...
2012-08-23 Ian Romanickmesa/es: Remove redundant glBindTexture target validation
2012-08-23 Ian Romanickmesa: Filter glBindTexture targets based on supported...
2012-08-23 Ian Romanickmesa/es: Validate tex image targets in Mesa code rather...
2012-08-23 Ian Romanickmesa/es: Validate EGLImageTargetTexture2DOES target...
2012-08-23 Ian Romanickmesa/es: Validate glTexParameter targets in Mesa code...
2012-08-23 Ian Romanickmesa/es: Validate GL_TEXTURE_WRAP param in Mesa code...
2012-08-23 Ian Romanickmesa: Refactor validate_texture_wrap_mode to use a...
2012-08-23 Ian Romanickmeta: Don't modify GL_GENERATE_MIPMAP state when it...
2012-08-23 Vadim Girlinst/mesa: accept and handle configuration options from...
2012-08-22 Matt Turnerbuild: Only build libmesagallium.la if building Gallium
2012-08-22 Matt Turnerbuild/x11: Force usage of C++ linker
2012-08-22 Matt Turnerbuild/x11: Don't link against shared-glapi
2012-08-21 Anuj Phogatmesa: Fix generic compressed texture formats' handling...
2012-08-20 Ian RomanickAPIspec: Remove cruft about AMD_compressed_???_texture
2012-08-20 Ian Romanickmesa/es: Remove redundant glFramebufferTexture3D textar...
2012-08-20 Ian Romanickmesa/es: Remove redundant glGetShaderiv pname validation
2012-08-20 Ian Romanickmesa/es: Remove redundant glCompressedTexImage border...
2012-08-20 Ian Romanickmesa/es: Remove redundant glPointSizePointer type valid...
2012-08-20 Ian Romanickmesa/es: Remove redundant glGetBufferPointer pname...
2012-08-20 Ian Romanickmesa/es: Remove redundant glGetVertexAttribPointer...
2012-08-20 Ian Romanickmesa/es: Remove redundant element type validation
2012-08-20 Ian Romanickmesa/es: Remove redundant glGetShaderPrecisionFormat...
2012-08-20 Ian Romanickmesa/es: Remove redundant depth func validation
2012-08-20 Ian Romanickmesa/es: Remove redundant stencil op fail/zfail/zpass...
2012-08-20 Ian Romanickmesa/es: Remove redundant shade model mode validation
2012-08-20 Ian Romanickmesa/es: Remove redundant light pname and light validation
2012-08-20 Ian Romanickmesa/es: Remove redundant hint mode validation
2012-08-20 Ian Romanickmesa/es: Remove redundant separate stencil face validation
2012-08-20 Ian Romanickmesa/es: Remove redundant stencil function validation
2012-08-20 Ian Romanickmesa/es: Remove redundant logic op operand validation
2012-08-20 Ian Romanickmesa/es: Remove redundant alpha function validation
2012-08-20 Ian Romanickmesa/es: Remove redundant separate stencil mask face...
2012-08-20 Ian Romanickmesa/es: Remove redundant front-face mode validation
2012-08-20 Ian Romanickmesa/es: Remove redundant face culling mode validation
2012-08-20 Ian Romanickmesa/es: Remove redundant blend equation mode validation
2012-08-20 Ian Romanickmesa/es: Remove redundant texture target validation
2012-08-20 Ian Romanickmesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTRO...
2012-08-20 Ian Romanickmesa/es: Remove redundant min/mag filter validation
2012-08-18 Tilman Sauerbeckmesa: use #if over #ifdef in the FEATURE_ES1 check...
2012-08-18 Brian Paulst/mesa: fix sampler view counting
2012-08-18 Brian Paulst/mesa: use Elements() instead of hard-coded number
2012-08-18 Brian Paulmesa: remove unused params, add const qualifiers
2012-08-18 Brian Paulmesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for...
2012-08-18 Ian Romanickmesa/es: Don't generate ES1 type conversion wrappers
2012-08-17 Eric Anholti965: Fix bug in the old FS backend's projtex() calcula...
2012-08-17 Kenneth Graunkemesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter...
2012-08-17 Kenneth Graunkemesa: Split out part of glGetTexLevelParameter into...
2012-08-17 Kenneth Graunkemesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_leve...
2012-08-17 Kenneth Graunkemesa: Add explicit target checking to GetTexLevelParame...
2012-08-17 Kenneth Graunkemesa: Add explicit target checking to Get[Compressed...
2012-08-16 Matt Turnerbuild: Remove -shared from OSMesa's LDFLAGS
2012-08-16 Brian Paulmesa: raise GL_INVALID_OPERATION in glGenerateMipmap...
2012-08-16 Brian Paulst/mesa: add support for GS textures and samplers
2012-08-16 Brian Paulst/mesa: combine vertex/fragment sampler state in arrays
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Paulst/mesa: silence signed/unsigned comparison warning
2012-08-16 Niels Ole Salscheiderst/mesa: index can be negative in the PROGRAM_CONSTANT...
2012-08-16 Brian Paulmesa: add cast to silence warning in _mesa_pack_rgba_sp...
2012-08-16 Brian Paulmeta: remove unused variable
2012-08-15 Marek Olšákst/mesa: don't clamp fragment color with integer colorb...
2012-08-15 Marek Olšákmesa: flush vertices in test_framebuffer_completeness
2012-08-15 Jordan Justeni965: add ARB_texture_rgb10_a2ui support
2012-08-15 Jordan Justenmeta: allow CopyTexSubImage on integer formats
2012-08-15 Jordan Justenmesa ReadPixels: handle signed/unsigned integer clamping
2012-08-15 Jordan Justenmesa pack: handle packed integer formats with clamping
2012-08-15 Jordan Justenmesa unpack: call _mesa_problem when unpack function...
2012-08-15 Jordan Justenmesa texstore: handle signed/unsigned integer clamping
2012-08-15 Jordan Justenmesa GetTexImage: handle signed/unsigned integer clamping
2012-08-15 Jordan Justenmesa pack: handle uint and int clamping properly
2012-08-14 Chad Versaceintel: Fix rendering to a multisample front buffer
2012-08-14 Chad Versaceintel: Clean up intel_flush_front
2012-08-14 Chad Versaceintel: Refactor intel_downsample_for_dri2_flush
2012-08-14 Ian Romanickdri_util: Compare against the correct API enums
2012-08-14 Ian Romanickmesa: Enable GL_ARB_invalidate_subdata
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidateTex...
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidateBuffe...
2012-08-14 Ian Romanickmesa/es: Pass context to _mesa_init_bufferobj_dispatch
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidate...
2012-08-14 Ian Romanickmesa/es3: Add _mesa_is_gles3 predicate
2012-08-14 Ian Romanickintel: Implement ARB_texture_storage
2012-08-14 Matt Turnerbuild: Use MKDIR_P in src/mesa/Makefile.am
2012-08-14 Matt Turnerbuild: Use AM_V_GEN in src/mesa/Makefile.am
2012-08-14 Matt Turnerbuild: Fix out-of-tree generation of api_exec_es{1...
2012-08-14 Matt Turnerbuild/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRS
2012-08-14 Matt Turnerbuild/sources.mak: Remove unused GLSL_LIBS
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-14 Kenneth Graunkemesa: Use GLdouble for depthMax in final unpack convers...
2012-08-14 Eric Anholti965: Fix the scaling of seconds to ms in perf debug.
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
next