st/glx/xlib: Advertise GLX_ARB_create_context(_profile)
[mesa.git] / src /
2011-10-04 Ian Romanickmesa: Make _mesa_GetActiveAttribARB use the attributes...
2011-10-04 Ian Romanickmesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
2011-10-04 Ian Romanicklinker: Use gl_shader_program::AttributeBindings for...
2011-10-04 Ian Romanickmesa: Add gl_shader_program::AttributeBindings
2011-10-04 Ian Romanickmesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Add string_to_uint_map facade class
2011-10-04 Ian Romanickmesa: Add hash_table_replace
2011-10-04 Ian Romanickmesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickglsl: Delete symbol table in post-link shaders
2011-10-04 Ian Romanickglapi: regen API files for new extension
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-10-04 Ian Romanickmesa: Advertise NV_fbo_color_attachments on OpenGL...
2011-10-04 Ian Romanickmesa: Advertise NV_draw_buffers in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in...
2011-10-04 Ian Romanickmesa/es: Allow other color attachments in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0
2011-10-04 Ian Romanickglapi: Add entry point for NV_draw_buffers
2011-10-04 Ian Romanickglapi: Move ARB_draw_buffers extension to a separate...
2011-10-04 Ian Romanickmesa/es: Remove redundant renderbuffer target validation
2011-10-04 Ian Romanickmesa/es: Validate FBO target enum in Mesa code rather...
2011-10-04 Ian Romanickmesa/es: Validate FBO attachment enum in Mesa code...
2011-10-04 Stéphane Marchesinconfigure: replace pkg-config calls with $(PKG_CONFIG...
2011-10-04 Stephen Whitest/glx: Set the drawable attribute on xmesa_buffer...
2011-10-04 Marek Olšákr300g: fix rendering with a non-zero index bias in...
2011-10-04 Guillem JoverRemove remnants of legacy glide support
2011-10-04 Marek Olšákr600g: fix parsing TGSI declarations
2011-10-04 Brian Paulnouveau: remove unused code, unused var
2011-10-04 Brian Pauli915: don't include texstore.h
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-10-03 Brian Paulswrast: fix delayed texel buffer allocation regression
2011-10-03 Brian Paulmesa: fix warning (MSVC error) about void pointer arith...
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholtintel: Add a safety check for mapping 1D texture arrays.
2011-10-03 Eric Anholtintel: Add debug output to intel_map_texture_image.
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholti965: Refactor out the cube map setup for general textu...
2011-10-03 Eric Anholtmesa: Reuse existing make_2d_mipmap for 2D array genera...
2011-10-03 Eric Anholtmesa: Make the uncompressed sw mipmap gen path do a...
2011-10-03 Eric Anholtmesa: When storing texture data for a 1D array, map...
2011-10-03 Eric Anholtswrast: When asked to map a slice of a 1D array, give...
2011-10-03 Eric Anholtintel: Consolidate texture validation copy code, and...
2011-10-03 Eric Anholtintel: Clean up the function chain for mapping texture...
2011-10-03 Eric Anholtintel: Make PBO TexImage use AllocTextureImageBuffer...
2011-10-03 Eric Anholtintel: Rely on Mesa core for glTexImage storage.
2011-10-03 Eric Anholtintel: Allocate s8z24 separate renderbuffers from Alloc...
2011-10-03 Eric Anholtintel: Add an AllocTextureImageBuffer() implementation...
2011-10-03 Brian Paulmesa: Convert _mesa_generate_mipmap to MapTexImage...
2011-10-03 Kenneth Graunkei965: Stop lowering integer division to multiply and...
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-10-03 Kenneth Graunkeir_to_mesa: Don't assertion fail on integer modulus.
2011-10-02 Tom Stellardr300/compiler: Fix error in OMOD optimization
2011-10-02 Tom Stellardr300/compiler: Rewrite source swizzles when using OMOD
2011-10-02 Tom Stellardr300/compiler: Fix rc_normal_rewrite_writemask()
2011-10-02 Tom Stellardr300/compiler: Use consistent src swizzles for transcen...
2011-10-02 Eric Anholtmesa: Respect GL_RASTERIZER_DISCARD for various meta...
2011-10-02 Eric Anholtmesa: Add missing glGetIntegerv() support for ARB_color...
2011-10-02 Eric AnholtRevert "vbo: Don't discount stride == 0 for testing...
2011-10-02 Eric Anholti965: Make sure to upload the data for a collection...
2011-10-02 Eric Anholtmesa: Delay s_texcombine.c memory allocation until...
2011-10-02 Eric Anholttnl: Delay results allocation until we actually need...
2011-10-02 Ian Romanicki965/vs: Fix swizzle related assertion
2011-10-01 Brian Paulmesa: number of combiner terms to pop depends on GL_NV_...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-10-01 Brian Paulr600: include version.h for _mesa_override_glsl_version...
2011-10-01 Brian Paulmesa: use !! to simplify some _mesa_set_enable() calls...
2011-10-01 Brian Paulmesa: use loop in pop_texture_group() to restore 4...
2011-09-30 Ian Romanickmesa: Refactor hash_table_{find,remove} to share some...
2011-09-30 Ian Romanickmesa: Document an odd side-effect of hash_table_insert
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-30 Ian Romanickmesa: Use Add linker_error instead of fail_link
2011-09-30 Marek Olšákr600g: fix a compiler warning
2011-09-30 Marek Olšákgallium/docs: update the documentation of capabilities
2011-09-30 Marek Olšákr600g: move all files from winsys/r600 into drivers...
2011-09-30 Marek Olšákwinsys/radeon: move GEM domains out of the drivers...
2011-09-30 Marek Olšákwinsys/radeon: remove a redundant parameter 'size'...
2011-09-30 Marek Olšákr600g: remove struct radeon (or what's left of it)
2011-09-30 Marek Olšákr600g: move family and chip_class from struct radeon...
2011-09-30 Marek Olšákr600g: merge r600_bo with r600_resource
2011-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_BARRIER
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-30 Chris Wilsoni915: out-of-bounds write in calc_live_regs()
2011-09-30 Chris Wilsoni965: Assign instead of compare inside assert
2011-09-30 Chris Wilsoni965/gen6: Fix assign instead of compare in assert
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
2011-09-30 Chad Versacemesa: Remove unused tnl items from dd_functions
2011-09-30 Brian Paulmeta: fix GetTexImage() for luminance, l/a, intensity...
2011-09-30 Brian Paulmesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_fl...
next