aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove base miplevel from sampler state.Ben Widawsky2015-09-043-6/+1
* i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixelsChris Wilson2015-09-042-0/+8
* i965/vec4: Don't unspill the same register in consecutive instructionsIago Toral Quiroga2015-09-041-8/+118
* i965: Add a debug option for spilling everything in vec4 codeIago Toral Quiroga2015-09-044-5/+7
* dri/common: Tokenize driParseDebugString() argument before matching debug flags.Francisco Jerez2015-09-041-4/+13
* dri/common: Fix codestyle of driParseDebugString().Francisco Jerez2015-09-041-8/+6
* i965: Improve disassembly of data port read messages.Kenneth Graunke2015-09-031-4/+27
* i965: Optimize VUE map comparisons.Kenneth Graunke2015-09-032-4/+4
* i965/gs: Don't reserve space for clip plane uniforms.Kenneth Graunke2015-09-031-2/+0
* i965: Don't do legacy userclipping in non-compatibility contexts.Kenneth Graunke2015-09-031-0/+1
* i965: Remove the brw_vue_prog_key base class.Kenneth Graunke2015-09-039-63/+45
* i965: Virtualize vec4_visitor::emit_urb_slot().Kenneth Graunke2015-09-034-16/+28
* i965: Store a key_tex pointer in vec4_visitor.Kenneth Graunke2015-09-033-8/+10
* i965: Move legacy clip plane handling to vec4_vs_visitor.Kenneth Graunke2015-09-036-67/+74
* i965: Delete the brw_vue_program_key::userclip_active flag.Kenneth Graunke2015-09-035-22/+15
* i965: Remove legacy clip plane handling from geometry shaders.Kenneth Graunke2015-09-033-33/+8
* i965: Move brw_setup_tex_for_precompile to brw_program.[ch].Kenneth Graunke2015-09-034-22/+23
* mesa: change 'SHADER_SUBST' facility to work with env variablesTapani Pälli2015-09-041-38/+101
* i965: Fix copy propagation type changes.Kenneth Graunke2015-09-031-0/+1
* i965/gen9: Annotate input coverage mask changeBen Widawsky2015-09-032-2/+22
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-031-3/+4
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-034-10/+14
* mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts2015-09-031-0/+6
* i965/meta: Fix typo in commentIan Romanick2015-09-021-1/+1
* mesa: Don't allow wrong type setters for matrix uniformsIan Romanick2015-09-021-0/+25
* mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick2015-09-023-42/+42
* mesa: Silence unused parameter warnings in bufferobj.cIan Romanick2015-09-021-0/+2
* mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick2015-09-023-7/+4
* i965: Make gen7_enable_hw_binding_tables staticIan Romanick2015-09-022-2/+1
* i965: Make gen8_upload_state_base_address staticIan Romanick2015-09-022-5/+2
* mesa: Fix warning about static being in the wrong placeIan Romanick2015-09-021-2/+2
* i965/cs: Setup push constant data for uniformsJordan Justen2015-09-025-5/+138
* meta: Save/restore compute shadersJordan Justen2015-09-021-2/+4
* i965/fs: Handle MRF destinations in lower_integer_multiplication().Matt Turner2015-09-021-4/+4
* gallium/st: add pipe_context::get_timestamp()Brian Paul2015-09-021-2/+11
* meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson2015-09-021-15/+30
* i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro2015-09-021-0/+2
* mesa/readpixels: check strides are equal before skipping conversionDave Airlie2015-09-021-1/+2
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-022-5/+5
* st/readpixels: fix accel path for skipimages.Dave Airlie2015-09-021-2/+2
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-025-0/+64
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-025-0/+123
* mesa: handle SwapBytes in compressed texture get code.Dave Airlie2015-09-021-0/+7
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-026-56/+89
* mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2015-09-011-107/+0
* i965: Prevent coordinate overflow in intel_emit_linear_blitChris Wilson2015-09-011-38/+34
* i965/nir: enable the dead control flow optimizationConnor Abbott2015-09-011-0/+2
* mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usageMarta Lofstedt2015-09-011-1/+17
* mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2015-09-013-8/+8
* i965: advertise ASTC support for SkylakeNanley Chery2015-08-311-0/+5