summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switchAnuj Phogat2015-10-191-4/+4
* i965/fs: Localize variables' scopes.Matt Turner2015-10-191-8/+5
* i965/fs: Consider type mismatches in saturate propagation.Matt Turner2015-10-191-3/+12
* i965: Extract can_change_source_types() functions.Matt Turner2015-10-196-27/+30
* i965/vs: Move URB entry_size and read_length calculations to compile_vsJason Ekstrand2015-10-192-34/+34
* i965: Move the entire compiler API into a single fileJason Ekstrand2015-10-1910-619/+665
* i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand2015-10-1911-66/+67
* i965/fs: Move some of the prog_data setup into brw_wm_emitJason Ekstrand2015-10-192-98/+100
* i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-29/+42
* i965/gs: Rework gs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-40/+29
* i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-49/+49
* i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-39/+47
* i965: Use a const nir_shader in backend_shaderJason Ekstrand2015-10-1911-12/+12
* i965/vec4: Remove gl_program and gl_shader_program from the generatorJason Ekstrand2015-10-194-29/+20
* i965/fs: Remove the gl_program from the generatorJason Ekstrand2015-10-195-9/+5
* i965/asm: Explicitly use a nir_instr for IR annotationsJason Ekstrand2015-10-194-19/+5
* i965: Do not use NumBufferInterfaceBlocksIago Toral Quiroga2015-10-191-1/+1
* i965/vs: Drop hack that created NIR for fixed function vertex programs.Kenneth Graunke2015-10-171-12/+0
* i965/nir: Switch on shader stage in nir_lower_outputs().Kenneth Graunke2015-10-171-5/+21
* build: fix out-of-tree build after b9b40efRob Clark2015-10-171-0/+1
* nir: remove dependency on glslRob Clark2015-10-169-9/+9
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* i965/vec4: Use the right number of UBOsIago Toral Quiroga2015-10-161-1/+1
* i965/fs: use the right number of UBOsIago Toral Quiroga2015-10-161-1/+1
* i965: android: add the i965_compile_FILES sources to the driverMauro Rossi2015-10-151-0/+1
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-157-19/+21
* i965: add arrays of arrays support for varyingsTimothy Arceri2015-10-152-5/+3
* i965: Don't hardcode FS in "validation failed!" message.Kenneth Graunke2015-10-141-1/+1
* i965/fs: Ignore compute shaders in brw_nir_lower_inputsJordan Justen2015-10-141-0/+4
* i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar modeJordan Justen2015-10-141-1/+2
* i965: Adapt SSBOs to work with their own separate index spaceIago Toral Quiroga2015-10-145-69/+71
* mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-142-7/+7
* nir: split SSBO min/max atomic instrinsics into signed/unsigned versionsIago Toral Quiroga2015-10-142-21/+21
* i965/vec4: fix indentation in vec4_visitor::calculate_live_intervalsIago Toral Quiroga2015-10-141-8/+8
* i965/fs: Fix indentation in fs_live_variables::compute_start_endIago Toral Quiroga2015-10-141-9/+8
* i965/vs: Simplify fs_visitor's ATTR file.Kenneth Graunke2015-10-123-21/+49
* i965: Fix unsafe pointer when dumping VS/FS IRIago Toral Quiroga2015-10-122-2/+2
* i965/vec4: Implement b2f and b2i using negation.Matt Turner2015-10-111-7/+1
* i965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_context.h.Kenneth Graunke2015-10-103-4/+2
* i965/vs: Map scalar VS input locations properly; avoid tons of MOVs.Kenneth Graunke2015-10-102-52/+42
* i965/vs: Fix a subtlety in the nr_attributes == 0 workaround.Kenneth Graunke2015-10-101-5/+7
* i965/vs: Unify URB entry size/read length calculations between backends.Kenneth Graunke2015-10-104-30/+38
* i965/cfg: Fix cfg_t::dump() when a block has no immediate dominator.Kenneth Graunke2015-10-101-1/+5
* i965/gen8: Remove gen<8 checks in gen8 codeChad Versace2015-10-091-4/+4
* i965/gen9: Enable rep clears on gen9Chad Versace2015-10-092-1/+6
* i965/gen9: Disable MCS for 1x color surfacesChad Versace2015-10-091-0/+8
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-097-16/+13
* i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez2015-10-093-6/+10
* i965: Don't tell the hardware about our UAV access.Francisco Jerez2015-10-096-19/+41
* i965/fs: Handle non-const sample number in interpolateAtSampleNeil Roberts2015-10-094-43/+130