summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-03llvmpipe: Optimize lp_rast_triangle_32_3_16 for POWER8llvmpipe-ppc64le-optimize-with-rt-checksOded Gabbay1-5/+144
2016-01-03llvmpipe: Optimize BUILD_MASK(_LINEAR) for POWER8Oded Gabbay1-68/+155
2016-01-03llvmpipe: Optimize do_triangle_ccw for POWER8Oded Gabbay1-0/+101
2016-01-03llvmpipe: add POWER8 portability file - u_pwr8.hOded Gabbay1-0/+312
2016-01-03llvmpipe: Add runtime detection if running on POWER8Oded Gabbay2-0/+27
2016-01-03configure.ac: Detect if running on POWER8 archOded Gabbay1-0/+55
2016-01-03Update .gitignoreOded Gabbay1-0/+6
2016-01-02i965: Make TCS precompile use the TES primitive mode when available.Kenneth Graunke1-1/+3
2016-01-02i965: Push most TES inputs in SIMD8 mode.Kenneth Graunke1-12/+30
2016-01-02i965: Use LOAD_PAYLOAD for SIMD8 TES input loads, not MOV.Kenneth Graunke1-1/+4
2016-01-02i965: Move 3-src subnr swizzle handling into the vec4 backend.Kenneth Graunke2-6/+18
2016-01-02vc4: Fix build from upload changes.Eric Anholt1-1/+1
2016-01-02gallium/radeon: send LLVM diagnostics as debug messagesNicolai Hähnle1-15/+46
2016-01-02gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)Nicolai Hähnle7-9/+18
2016-01-02radeonsi: send shader info as debug messages in addition to stderr outputNicolai Hähnle1-14/+55
2016-01-02radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)Nicolai Hähnle4-14/+22
2016-01-02gallium/radeon: implement set_debug_callbackNicolai Hähnle2-0/+14
2016-01-02u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák17-26/+43
2016-01-02u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák17-31/+19
2016-01-02u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák3-2/+4
2016-01-02u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák19-22/+34
2016-01-02u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák25-27/+36
2016-01-02u_upload_mgr: rework the application of alignmentMarek Olšák1-10/+14
2016-01-02st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)Marek Olšák5-19/+25
2016-01-02program: add _mesa_reserve_parameter_storageMarek Olšák2-15/+36
2016-01-01mesa: Fix warning with MESA_VERBOSE=api for BindBufferRangeJordan Justen1-1/+1
2016-01-01nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin4-6/+5
2016-01-01st/mesa: sort extensions enablement arrayIlia Mirkin1-11/+11
2016-01-01nir/lower_clip: add missing writemask on storeRob Clark1-0/+1
2016-01-01mesa: Add MESA_VERBOSE=api for GL_ARB_program_interface_queryJordan Justen1-0/+39
2016-01-01mesa: Add MESA_VERBOSE=api for several indexed BindBuffer variantsJordan Justen1-2/+25
2016-01-01st/glsl_to_tgsi: fix block movs for doublesDave Airlie1-1/+14
2016-01-01st/glsl_to_tgsi: handle different attrib sizeDave Airlie1-5/+14
2016-01-01st/glsl_to_tgsi: readd the double_reg2 for input index mappingDave Airlie1-2/+2
2016-01-01st/glsl_to_tgsi: when doing reladdr get vec4 of correct typeDave Airlie1-1/+1
2016-01-01st/glsl_to_tgsi: handle double immediates in matrices properly.Dave Airlie1-11/+48
2016-01-01st/glsl_to_tgsi: setup writemask for double arrays and matricies.Dave Airlie1-1/+20
2016-01-01st/glsl_to_tgsi: handle doubles in array shrinking code.Dave Airlie1-2/+7
2016-01-01st/glsl_to_tgsi: handle doubles outputs in arrays.Dave Airlie1-4/+31
2016-01-01st/glsl_to_tgsi: store if dst is double in arrayDave Airlie1-3/+10
2015-12-30nvc0: Set winding order regardless of domain.Kenneth Graunke1-2/+4
2015-12-30glsl: Fix varying struct locations when varying packing is disabled.Kenneth Graunke1-13/+2
2015-12-30drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.Kenneth Graunke1-0/+8
2015-12-30glsl: add GL_ARB_shader_draw_parameters defineIlia Mirkin1-0/+3
2015-12-30nvc0: add ARB_shader_draw_parameters supportIlia Mirkin14-15/+74
2015-12-30st/mesa: add GL_ARB_shader_draw_parameters supportIlia Mirkin3-2/+4
2015-12-30gallium: add a drawid to pipe_draw_infoIlia Mirkin1-0/+2
2015-12-30gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin16-2/+19
2015-12-30gallium: add baseinstance/drawid semanticsIlia Mirkin3-1/+18
2015-12-30nv50/ir: attempt to do more constant folding on mad -> add conversionIlia Mirkin1-11/+10