st/mesa: clean up use of 'target' variable in st_context_teximage()
[profile/ivi/mesa.git] / src / mesa /
2012-08-24 Brian Paulst/mesa: clean up use of 'target' variable in st_contex...
2012-08-24 Matt TurnerMove _mesa_dl* functions into dlopen.h and inline them
2012-08-24 Tapani Pällimesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE
2012-08-24 Matt Turnerbuild: Only add links to .so files if we're building...
2012-08-24 Matt Turnerbuild: Add libOSMesa.so.$(VERSION) link to libdir
2012-08-24 Matt Turnerbuild: Replace OSMESA_VERSION with generic VERSION_NUMBER
2012-08-24 Matt Turnerbuild: Only build libmesa.la when needed
2012-08-24 Matt Turnerbuild: Remove duplicate DRI automake conditionals
2012-08-24 Paul Berryi965: don't clear resolve map when doing fast depth...
2012-08-24 Paul Berryi965/HiZ: remove assertion from intel_resolve_map_set().
2012-08-24 Ian Romanickmesa/es: Validate glCreateShader targets in Mesa code...
2012-08-24 Ian Romanickmesa/es: Validate glGetProgramiv pnames in Mesa code...
2012-08-24 Ian Romanickmesa: Filter glGetProgramiv pnames based on available...
2012-08-24 Brian Paulswrast: implement cubical depth texture sampling
2012-08-24 Brian Paulmain: fix ES compile breakage
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa: code movement in teximage.c
2012-08-24 Brian Paulmesa: consolidate glTexImage and glCompressedTexImage...
2012-08-24 Brian Paulmesa: make glTexImage, glCompressedTexImage proxy code...
2012-08-24 Brian Paulmesa: rename texpal.[ch] to texcompress_cpal.[ch]
2012-08-24 Brian Paulmesa: s/GLuint/gl_format/ in _mesa_compressed_format_to...
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-08-24 Brian Paulmesa: make _mesa_get_proxy_tex_image() static
2012-08-24 Brian Paulmesa: don't clear proxy image fields when regular GL...
2012-08-24 Brian Paulmesa: fix glTexImage proxy texture error generation
2012-08-24 Vadim Girlinbuild: don't leave git_sha1.h.tmp after build/install
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
next