st/mesa: s/CALLOC/calloc/ to fix allocation bug
[mesa.git] / src /
2012-08-31 Brian Paulst/mesa: s/CALLOC/calloc/ to fix allocation bug
2012-08-31 Brian Paulutil: add casts to silence signed/unsigned comparison...
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 Marek Olšákr600g: enable transform feedback on Cayman
2012-08-30 Marek Olšákr600g: implement MSAA for Cayman
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
2012-08-30 Marek Olšákr600g: enable MSAA on r6xx by default
2012-08-30 Marek Olšákr600g: disable MSAA depth decompression on r6xx
2012-08-30 Marek Olšákr600g: implement color resolve for r600
2012-08-30 Marek Olšákr600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xx
2012-08-30 Marek Olšákr600g: implement draw_rectangle callback
2012-08-30 Marek Olšákr600g: implement MSAA for r700
2012-08-30 Marek Olšákr600g: change programming of CB_SHADER_MASK on r600...
2012-08-30 Brian Paulmeta: remove call to _meta_in_progress(), fix multisamp...
2012-08-30 Brian Paulmeta: add parenthesis to silence compiler warnings
2012-08-30 Tapani Pälliscons : add HAVE_DLOPEN to build environment
2012-08-30 Christian Königradeonsi: fix stupid bug added in commit 07838603b9a69c...
2012-08-30 Eric Anholti965/fs: Remove a dead member from live variables analysis.
2012-08-29 Kenneth Graunkei965/fs: Initialize output_components[] by filling...
2012-08-29 Ian Romanickmesa: Do something sensible when on-line compression...
2012-08-29 Ian Romanicki965: Allow creation of OpenGL 3.1 contexts
2012-08-29 Ian Romanicki965: Advertise GLSL 1.40 and TexBOs in core contexts
2012-08-29 Ian Romanickintel: Clean up bits of cruft in intelCreateContext
2012-08-29 Ian Romanicki965: Set context flags
2012-08-29 Ian Romanickmesa/dri: Allow creation of forward-compatible contexts
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 Romanickmeta: Don't use deprecated keyword in 1.30 shader
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 Tom Stellardradeon/llvm: Fix encoding of FP immediates on SI
2012-08-29 Tom Stellardradeon/llvm: Create a register class for the M0 register
2012-08-29 Tom Stellardradeon/llvm: Set the neverHasSideEffects bit on more...
2012-08-29 Tom Stellardradeon/llvm: Declare the interpolation intrinsics as...
2012-08-29 Tom Stellardradeon/llvm: Mark M0 as a def when lowering interpolati...
2012-08-29 Anuj Phogatmeta: Add GLSL variant of _mesa_meta_GenerateMipmap...
2012-08-29 Brian Paulglsl: s/class/struct/ for ast_type_qualifier
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 Paultnl: use INTERP_4F() instead of four INTERP_F() calls
2012-08-29 Brian Paulswrast: fix wrong assignments in _swrast_add_spec_terms...
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-28 Eric Anholti965: Disable the swrast context setup on GL 3.1 core.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-08-28 Eric Anholtintel: Move RenderMode fallback func to i915 driver.
2012-08-28 Eric Anholti965: Drop the old sw fallback for position array being...
2012-08-28 Eric Anholti965: Drop support for forcing drawing through sw fallb...
2012-08-28 Eric Anholti965: Move depth resolve for span fallbacks to a simple...
2012-08-28 Eric Anholti965: Drop manual hiz resolves in span rendering.
2012-08-28 Michel Dänzerradeon/llvm: Handle TGSI KIL opcode for SI.
2012-08-28 Michel Dänzerradeon/llvm: Basic support for SI EXEC register.
2012-08-28 Michel Dänzerradeonsi: Don't write to the PA_SC_RASTER_CONFIG register.
2012-08-28 Marek Olšákr600g: fix relative addressing on RS780 and RS880
2012-08-28 José Fonsecallvmpipe: Bump the maximum texture size (in pixels).
next