i965/blorp: Fix offsets and width/height for stencil blits.
[mesa.git] / src / mesa / main /
2012-09-11 Imre Deakmesa: glGet: fix API check for EGL_image_external enums
2012-09-11 Imre Deakmesa: glGet: fix indentation of print_table_stats
2012-09-11 Imre Deakmesa: glGet: fix indentation of find_value
2012-09-11 Imre Deakmesa: glGet: fix indentation of _mesa_init_get_hash
2012-09-11 Brian Paulmesa: fix proxy texture error handling in glTexStorage()
2012-09-11 Brian Paulmesa: make _mesa_get_proxy_target() non-static
2012-09-11 Brian Paulmesa: do internal format error checking for glTexStorage()
2012-09-11 Paul Berrymesa/msaa: Allow X and Y flips in multisampled blits.
2012-09-09 Andreas Bollmesa: bump version to 9.1 (devel)
2012-09-06 Chad Versacemesa: Don't advertise GLES extensions in GL contexts
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-09-06 Brian Paulmesa: remove #undef CONST in get.c
2012-09-06 Brian Paulmesa: remove now unused CONST macro
2012-09-05 Brian Paulmesa: fix per-level max texture size error checking
2012-09-04 Brian Paulmesa: fix DIFFERENT_SIGNS() function
2012-09-04 Brian Paulmesa: add missing return statements after recording...
2012-09-04 Brian Paulmesa: remove more null pointer checks before free(...
2012-09-04 Brian Paulmesa: remove null pointer checks before free() calls
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-09-03 Brian Paulmesa: remove accidentally committed __SUNPRO_C sqrtf...
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-09-01 Brian Paulmesa: clean-up LOG2() function
2012-09-01 Brian Paulmesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h
2012-09-01 Brian Paulmesa: clean up F_TO_I, IFLOOR, ICEIL functions
2012-08-31 Vadim Girlinmesa: don't wait in _mesa_ClientWaitSync if timeout...
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-31 Ian Romanickmesa: Bump version to 9.0
2012-08-30 Brian Paulmeta: remove call to _meta_in_progress(), fix multisamp...
2012-08-29 Ian Romanickmesa: Do something sensible when on-line compression...
2012-08-29 Ian Romanickmesa/es: Enable GL_OES_vertex_array_object
2012-08-29 Ian Romanickmesa: Enable GL_{ARB,APPLE}_vertex_array_object in...
2012-08-29 Ian Romanickmesa: Disallow alpha, luminance, and LA textures in...
2012-08-29 Ian Romanickmesa: Disallow more deprecated functions in core context
2012-08-29 Ian Romanickmesa: Require names from Gen in core context
2012-08-29 Ian Romanickmesa: Allow NULL vertex pointer without a VBO
2012-08-29 Ian Romanickmesa: Disallow VertexAttribPointer without a VAO in...
2012-08-29 Ian Romanickmesa: Disallow wide lines in forward compatible context
2012-08-29 Ian Romanickmesa: Only FRONT_AND_BACK is allowed for PolygonMode...
2012-08-29 Paul Berrymeta: Don't stray outside the confines of the API speci...
2012-08-29 Ian Romanickmesa: Don't allow display lists or evaluators in core...
2012-08-29 Ian Romanickmesa: Don't allow GL_EXTENSIONS query in core context
2012-08-29 Ian Romanickmesa: Non-sprite points are deprecated
2012-08-29 Eric Anholtmesa: Fix VAO deletion on GL 3.1 core.
2012-08-29 Eric Anholtmesa: Enable a bunch of missing getters on 3.1 core.
2012-08-29 Eric Anholtmesa: Expose texture buffer objects when the context...
2012-08-29 Ian Romanickmesa: Allow PACK / UNPACK queries for ES2
2012-08-29 Ian Romanickmesa: Kill ES2 wrapper functions
2012-08-29 Ian Romanickmesa: glGetVertexAttribPointerv is part of core profile...
2012-08-29 Ian Romanickmesa/es: Validate glPointParameter pname in Mesa code...
2012-08-29 Ian Romanickmesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN
2012-08-29 Ian Romanickmesa: Require that drivers supporting point sprites...
2012-08-29 Ian Romanickmesa/es: Validate glGetTexEnv parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexEnv parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glGetTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glLightModel pname in Mesa code rathe...
2012-08-29 Ian Romanickmesa/es: Validate glMaterial face and pname in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glGetMaterial pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glGetPointerv pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glMatrixMode mode in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glFog pname in Mesa code rather than...
2012-08-29 Ian Romanickmesa/es: Validate glReadPixels format and type in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glPixelStore pname in Mesa code rathe...
2012-08-29 Ian Romanickmesa/es: Validate glEnable cap in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glHint target in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glGetVertexAttribf pname in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glGetString pname in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate primitive modes in Mesa code rather...
2012-08-29 Ian Romanickmesa: Refactor _mesa_valid_prim_mode to use a switch...
2012-08-29 Ian Romanickmesa/es: Validate blend function enums in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glClear mask in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glRenderbufferStorage internalFormat...
2012-08-29 Ian Romanickmesa/es: Validate glGetRenderbufferParameter pname...
2012-08-29 Ian Romanickmesa/es: Validate glGetFramebufferAttachmentParameter...
2012-08-29 Ian Romanickmesa/es: Validate glGenerateMipmap target in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glFramebufferTexture2D textarget...
2012-08-29 Brian Paulmesa: convert a few more macros to inline functions
2012-08-29 Brian Paulmesa: remove COPY_4V_CAST() macro
2012-08-29 Brian Paulmesa: convert a bunch of math macros to inline functions
2012-08-29 Brian Paulmesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()
2012-08-29 Martin Pieuchotmesa: Define CPU_TO_LE32 to work on OpenBSD
2012-08-26 Eric Anholtmesa: Add constants for the GL_QUERY_COUNTER_BITS per...
2012-08-25 Kenneth Graunkemesa: Use a new, more specific hook for shader uniform...
2012-08-25 Ian Romanickmesa/es: Validate glGetBufferParameteriv pname in Mesa...
2012-08-25 Ian Romanickmesa/es: Validate glMapBuffer access in Mesa code rathe...
2012-08-25 Ian Romanickmesa/es: Validate glBufferData usage in Mesa code rathe...
2012-08-25 Ian Romanickmesa/es: Validate buffer object targets in Mesa code...
2012-08-25 Ian Romanickmesa/es: Validate VertexPointer types in Mesa code...
2012-08-25 Ian Romanickmesa/es: Remove redundant vertex pointer size validation
2012-08-25 Ian Romanickmesa/es: Validate TexCoordPointer size in Mesa code...
2012-08-25 Ian Romanickmesa/es: Validate TexCoordPointer types in Mesa code...
2012-08-25 Ian Romanickmesa/es: Validate NormalPointer types in Mesa code...
2012-08-25 Ian Romanickmesa/es: Validate ColorPointer size in Mesa code rather...
2012-08-25 Ian Romanickmesa/es: Validate ColorPointer types in Mesa code rathe...
2012-08-25 Ian Romanickmesa/es: Remove redundant vertex attrib pointer type...
2012-08-25 Ian Romanickmesa/es: Remove redundant vertex attrib pointer size...
next