summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Print more debuginfo in intel_texsubimage_memcpy()Chad Versace2013-10-241-2/+8
* i965: Fix glTexImage when packing alignment != cppChad Versace2013-10-241-2/+11
* i965/fs: Only unroll high-accuracy dFdy() from SIMD16 to SIMD8 on gen4 and IVB.Paul Berry2013-10-231-10/+27
* i965: Add perf debug hint when the app makes us do index buffer scanning.Eric Anholt2013-10-231-1/+4
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-239-36/+150
* i965: Be sure to reset brw->vb.buffers[] when trying to redo vertex setup.Eric Anholt2013-10-231-0/+2
* i965: Add support for GL_ARB_texture_buffer_range.Eric Anholt2013-10-234-8/+33
* i965: Add a note about the late-allocation in intel_bufferobj_buffer().Eric Anholt2013-10-231-0/+4
* i965: Drop intel_bufferobj_source().Eric Anholt2013-10-234-30/+8
* i965: Fix texture buffer rendering after a whole buffer replacement.Eric Anholt2013-10-231-0/+2
* i965: Expose write_reg() as brw_store_register_mem64().Kenneth Graunke2013-10-232-9/+11
* i965: Move flushing out of write_reg and into the callers.Kenneth Graunke2013-10-231-4/+8
* mesa/tests: Add simple, dumb test for _mesa_program_state_stringIan Romanick2013-10-222-1/+48
* mesa: fixes for MSVC 2013Scott Graham2013-10-221-0/+2
* st/mesa: minor whitespace, comment changes in st_draw.cBrian Paul2013-10-221-8/+11
* mesa: fix a couple issues with U_FIXED, I_FIXED macrosBrian Paul2013-10-221-3/+3
* mesa: remove remnants of GL_MESA_shader_debugBrian Paul2013-10-221-3/+0
* i965: Only emit interpolation setup if there are actual FS inputs.Kenneth Graunke2013-10-211-4/+6
* i965/fs: Fix accidental type conversion in header setupChris Forbes2013-10-221-3/+2
* i965/fs: Fix handling of sampler messages with header but zero offsetChris Forbes2013-10-221-3/+11
* i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2013-10-212-0/+3
* i965: Drop unused simple_list.h includes.Kenneth Graunke2013-10-212-2/+0
* radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* swrast: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-204-4/+12
* i965: Mark G45 as having surface tile offset support.Kenneth Graunke2013-10-191-0/+1
* i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2013-10-182-2/+2
* i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke2013-10-173-72/+9
* i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke2013-10-173-32/+19
* i965: Replace dri_bo_release with drm_intel_bo_unreference.Kenneth Graunke2013-10-171-11/+3
* i965: Unindent the body of intelDestroyContext.Kenneth Graunke2013-10-171-24/+25
* i965: Un-virtualize brw_new_batch().Kenneth Graunke2013-10-173-44/+42
* i965: Un-virtualize brw_finish_batch().Kenneth Graunke2013-10-173-25/+22
* st/mesa: add a few comments in st_create_context_priv()Brian Paul2013-10-171-1/+5
* st/mesa: handle layer and primitive id output and point size inputDave Airlie2013-10-171-0/+12
* st/mesa: add geometry shader ubo supportDave Airlie2013-10-173-0/+19
* mesa/st: Allow geometry shaders without gl_Position export.Fabian Bieler2013-10-171-2/+0
* st/mesa, glsl_to_tgsi: add support for geometry shadersBryan Cain2013-10-172-45/+163
* mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().Bryan Cain2013-10-171-0/+7
* Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg2013-10-161-4/+1
* i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner2013-10-161-0/+16
* i965: Print instructions' children during scheduling debugging.Matt Turner2013-10-161-2/+6
* mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2013-10-162-4/+4
* vbo: access VBO memory more efficiently when building display listsBrian Paul2013-10-161-8/+31
* mesa: consolidate cube width=height error checkingBrian Paul2013-10-161-38/+5
* dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg2013-10-151-0/+10
* i965: Create ARGB2101010 DRI configsKristian Høgsberg2013-10-151-1/+4
* dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg2013-10-151-0/+10