summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Match commutative expressions with reversed arguments.Matt Turner2013-10-251-3/+23
* i965: s/Muchnik/Muchnick/.Matt Turner2013-10-254-4/+4
* i965: Reduce gl_MaxGeometryInputComponents to 64.Paul Berry2013-10-241-1/+1
* i965/gs: If a DUAL_OBJECT gs would spill, fall back to DUAL_INSTANCED.Paul Berry2013-10-243-2/+30
* i965/gs: Fix up gl_PointSize input swizzling for DUAL_INSTANCED gs.Paul Berry2013-10-242-1/+32
* i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.Paul Berry2013-10-244-8/+30
* i965/vec4: Add the ability to suppress register spilling.Paul Berry2013-10-247-10/+23
* i965/vec4: if register allocation fails, don't try to schedule.Paul Berry2013-10-241-1/+1
* i965/vec4: Add the ability for attributes to be interleaved.Paul Berry2013-10-243-6/+27
* i965/gs: Set force_writemask_all when setting up g0.Paul Berry2013-10-241-2/+3
* i965/gs: Precompile geometry shaders.Paul Berry2013-10-244-0/+48
* i965/vec4: Extract function to set up vec4 prog key for precompiling.Paul Berry2013-10-243-14/+27
* i965/vec4: Remove uses_clip_distance from program key.Paul Berry2013-10-244-12/+3
* glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry2013-10-242-2/+4
* i965: Fix gl_MaxCombinedTextureImageUnits.Paul Berry2013-10-241-1/+6
* mesa: Remove dricore from the build.Eric Anholt2013-10-242-2/+2
* swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-245-27/+28
* radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-2411-43/+140
* i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-246-20/+125
* dri: Add a tool for generating #defines to namespace driver global symbols.Eric Anholt2013-10-241-0/+68
* nouveau: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-244-20/+23
* i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt2013-10-248-28/+131
* dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt2013-10-241-0/+13
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-11/+33
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-243-15/+29
* 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
* 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
* 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