aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Only end render-to-texture at bind time for drawbuffers.Eric Anholt2012-02-171-5/+2
* gallivm: fetch immediates to correct type (v2)Dave Airlie2012-02-171-3/+22
* gallivm: enable stores of integer types. (v2) + fix ARLDave Airlie2012-02-172-11/+59
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-174-16/+74
* gallivm: add uint/int bld to the base builder. (v2)Dave Airlie2012-02-173-9/+12
* gallivm: fix build gather to take a bld contextDave Airlie2012-02-171-8/+8
* gallivm: pass build context to exec_mask_store.Dave Airlie2012-02-171-5/+9
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-172-0/+112
* gallivm: Initialize x86 disassembler on x86_64 too.José Fonseca2012-02-171-2/+2
* llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca2012-02-171-3/+5
* llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca2012-02-171-10/+16
* llvmpipe: Add a negation test to lp_test_arit.José Fonseca2012-02-171-0/+7
* r300g: don't use pipe_screen::winsysMarek Olšák2012-02-171-2/+2
* r300g: don't use pipe_context::winsysMarek Olšák2012-02-171-1/+1
* mesa: Update the version string to 8.1-develIan Romanick2012-02-161-1/+1
* mesa: add missing texture integer test in glTexSubImage()Brian Paul2012-02-161-0/+11
* r600g: remove the workaround for quads and provoking vertexMarek Olšák2012-02-165-33/+25
* r600g: remove redundant r600_context::vs_so_stride_in_dwMarek Olšák2012-02-163-4/+1
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-154-2/+29
* mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.Eric Anholt2012-02-151-2/+17
* mesa: Fix push/pop of multisample coverage invert.Eric Anholt2012-02-151-5/+0
* swrast: Only avoid empty _TexEnvProgramsIan Romanick2012-02-151-1/+2
* glapi: Include GLES2 headers for ES2 extension functionsIan Romanick2012-02-151-0/+10
* st/mesa: fix typo: s/patent/parent/Brian Paul2012-02-151-1/+1
* st/mesa: remove unused st_equal_formats() functionBrian Paul2012-02-152-21/+0
* st/mesa: use _mesa_format_matches_format_and_type() in decompress_with_blit()Brian Paul2012-02-151-1/+3
* st/mesa: remove INLINE qualifiersBrian Paul2012-02-151-2/+2
* st/mesa: simplify st_create_texture_sampler_view()Brian Paul2012-02-151-12/+9
* st/mesa: remove unused st_get_texture_sampler_view()Brian Paul2012-02-151-16/+0
* st/mesa: use private pipe_sampler_view in decompress_with_blit()Brian Paul2012-02-151-4/+18
* st/mesa: use private pipe_sampler_view in st_render_mipmap()Brian Paul2012-02-151-3/+7
* mesa: use z32f_x24s8 struct in format pack/unpack codeBrian Paul2012-02-152-21/+30
* st/mesa: assorted clean-ups in st_cb_fbo.cBrian Paul2012-02-151-19/+3
* st/mesa: remove st_framebuffer_renderbuffer()Brian Paul2012-02-151-14/+1
* st/mesa: remove st_get_default_texture()Brian Paul2012-02-154-57/+4
* mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul2012-02-155-37/+113
* st/mesa: improve assertion/check for stencil formatBrian Paul2012-02-151-8/+2
* gallium: fix some comments in p_state.hBrian Paul2012-02-151-3/+3
* mesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format unpack codeBrian Paul2012-02-151-0/+13
* st/mesa: use _mesa_pack_ubyte_stencil_row() in draw_stencil_pixels()Brian Paul2012-02-151-42/+2
* st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffersBrian Paul2012-02-151-0/+6
* st/mesa: use u_surface_default_template() helperBrian Paul2012-02-151-3/+1
* st/mesa: remove redundant memset(surface_template,0)Brian Paul2012-02-151-1/+0
* st/mesa: remove st_renderbuffer::strideBrian Paul2012-02-152-8/+6
* st/mesa: remove st_renderbuffer::formatBrian Paul2012-02-153-17/+10
* mesa: fix comment typos in fbobject.cBrian Paul2012-02-151-2/+2
* i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.Kenneth Graunke2012-02-151-0/+6
* i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke2012-02-151-0/+12
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat2012-02-151-1/+1