OSDN Git Service

i915g: Fix comment.
[android-x86/external-mesa.git] / src /
2011-10-06 Stéphane Marchesini915g: Fix comment.
2011-10-06 Brian Paulmesa: remove some unneeded forward struct declarations
2011-10-06 Brian Paulst/mesa: fix comment
2011-10-06 Brian Paulmesa: remove unused _mesa_rescale_teximage2d() function
2011-10-06 Brian Paulmesa: remove unused gl_texture_image::DriverData field
2011-10-06 Brian Paulst/mesa: don't use gl_texture_image::RowStride
2011-10-06 Brian Paulst/mesa: completely stop using gl_texture_image::Data
2011-10-06 Brian Paulst/mesa: stop using gl_texture_image::Data when mapping...
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-06 Stéphane Marchesinst/glx: remove the duplicated Drawable member.
2011-10-05 Eric Anholtglsl: Consider "__" in identifers as reserved.
2011-10-05 Brian Paulswrast: update texfetch_funcs table for new int/uint...
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-10-05 Paul Berrymesa: Add a gl_vert_result for gl_ClipVertex.
2011-10-05 José Fonsecallvmpipe: Fix the 4 planes (lines) case properly.
2011-10-05 José Fonsecallvmpipe: Ensure the 16x16 special rasterization path...
2011-10-05 Dave Airliemesa: update fbo format tablet for integer types.
2011-10-05 Dave Airliemesa/texstore: add texstore paths for all the integer...
2011-10-05 Dave Airliemesa/texformat: update choose_tex_format for integer...
2011-10-05 Dave Airliemesa/formats: add rest of integer formats.
2011-10-05 Dave Airlietexstore: create texstore table on first access.
2011-10-05 Stéphane Marchesinglsl: Remove unneeded headers.
2011-10-04 Brian Paulegl: restore missing \ in Makefile
2011-10-04 Paul Berryr200/r300/r600: remove dangling radeon_tex_getimage...
2011-10-04 Kenneth Graunkeglapi: Enclose glapi.h in an extern "C" block when...
2011-10-04 Brian Paulscons: add new files to src/mesa/SConscript
2011-10-04 Brian Paulsoftpipe: fix Z interpolation invariance bug
2011-10-04 Brian Paulsoftpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
2011-10-04 Ian Romanickmesa: Remove unused gl_program::Attributes
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walki...
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTES by walking the...
2011-10-04 Ian Romanickmesa: Remove unused gl_shader_program::Attributes
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_...
next