mesa: When storing texture data for a 1D array, map each slice separately.
[mesa.git] / src /
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...
2011-09-30 Brian Paulst/mesa: implement AllocTextureImageBuffer() driver...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-30 Thomas Hellstromxorg/vmwgfx: Kill this target. It's not used anymore.
2011-09-29 Brian Paulintel: include version.h to get _mesa_override_glsl_ver...
2011-09-29 Simon Farnsworthgallium: Set renderbuffer's InternalFormat when renderi...
2011-09-29 Thomas Hellstromwinsys/svga: Update to vmwgfx kernel module 2.1
2011-09-29 Thomas Hellstromst/xa: Don't call fence_reference with an unitialized...
2011-09-29 Thomas Hellstromst/xa: surfaces and sampler views are per context
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-29 José Fonsecallvmpipe: Convert some of the null checks back to asserts.
2011-09-29 José Fonsecallvmpipe: Also reset the state in lp_scene_bin_reset
2011-09-29 José Fonsecallvmpipe: Prevent segfault during fs variant cache...
2011-09-29 José Fonsecatools/trace: Dump NULL literally.
2011-09-29 Brian Paulst/mesa: remove some old GetTexImage() code
2011-09-28 Marek Olšákwinsys/radeon: remove redundant member radeon_bo::size
2011-09-28 Marek Olšákwinsys/radeon: simplify updating GEM domains for reloca...
2011-09-28 Marek Olšákwinsys/radeon: simplify passing GEM domains through...
2011-09-28 Marek Olšákr300g: remove useless variables in some structures
2011-09-28 Marek Olšákr300g: simplify the immd_is_good_idea function
2011-09-28 Marek Olšákr600g: convert if (query->type) into switch statements
2011-09-28 Marek Olšákgallium/docs: update d3d11ddi.txt
2011-09-28 Marek Olšákst/mesa: don't compute index buffer bounds for per...
2011-09-28 Paul Berryglsl 1.30: Fix numerical instabilities in asinh
2011-09-28 Brian Paulmesa: fix signed/unsigned sscanf() warning in _mesa_ove...
2011-09-28 Brian Paulst/mesa: include version.h and fix _mesa_override_glsl_...
2011-09-28 Eric Anholtglsl: Add support for constant expression evaluation...
2011-09-28 Eric Anholti965/vs: Add support for bit-shift operations.
2011-09-28 Eric Anholtmesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED...
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Eric Anholtglsl: Fix assertion checking types of constant bitshift...
2011-09-28 Eric Anholtir_to_mesa: Don't assertion fail on remaining GLSL...
2011-09-28 Paul Berryi965: don't intepolate clip distances on pre-GEN6.
2011-09-28 Paul Berryi965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
next