summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-09st/mesa: use TGSI utility to emulate features for VS variantsMarek Olšák1-12/+29
2015-10-09st/mesa: decrease the size of st_vertex_programMarek Olšák2-51/+48
2015-10-09st/mesa: inline st_prepare_vertex_programMarek Olšák2-40/+11
2015-10-09tgsi/scan: add info about declared samplers (v2)Marek Olšák2-0/+3
2015-10-09tgsi: add a utility for emulating some GL featuresMarek Olšák3-0/+208
2015-10-09mesa: call ProgramStringNotify for fixed-function vertex programsMarek Olšák1-2/+1
2015-10-09glsl: move shader_enums into nirRob Clark11-13/+11
2015-10-09mesa: Get rid of texture-dependent image unit derived state.Francisco Jerez4-33/+0
2015-10-09i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez3-6/+10
2015-10-09mesa: Skip redundant texture completeness checking during image validation.Francisco Jerez1-1/+2
2015-10-09mesa: Expose function to calculate whether a shader image unit is valid.Francisco Jerez2-4/+15
2015-10-09i965: Don't tell the hardware about our UAV access.Francisco Jerez6-19/+41
2015-10-09nir/instr_set: remove unnecessary check in nir_instrs_equal()Connor Abbott1-2/+1
2015-10-09nir: make nir_instrs_equal() staticConnor Abbott2-3/+1
2015-10-09nir/cse: use the instruction set APIConnor Abbott1-115/+23
2015-10-09nir: add an instruction set APIConnor Abbott2-0/+349
2015-10-09nir: constify instruction comparison functionsConnor Abbott2-4/+4
2015-10-09nir: constify nir_ssa_alu_instr_src_components()Connor Abbott1-1/+1
2015-10-09nir: split out instruction comparison functionsConnor Abbott5-181/+237
2015-10-09i965/fs: Handle non-const sample number in interpolateAtSampleNeil Roberts4-43/+130
2015-10-09i965: Add a second successor to BRW_OPCODE_WHILENeil Roberts1-0/+4
2015-10-09nir: Add a function to determine if a source is dynamically uniformNeil Roberts2-0/+30
2015-10-09nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset8-796/+908
2015-10-09nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset8-1215/+1310
2015-10-09nvc0: move SW queries to nvc0_query_sw.c/h filesSamuel Pitoiset5-84/+204
2015-10-09nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset3-24/+19
2015-10-09nvc0: add a header file for nvc0_querySamuel Pitoiset7-189/+202
2015-10-09main: fix length of values written to glGetProgramResourceiv() for ACTIVE_VAR...Samuel Iglesias Gonsalvez1-4/+10
2015-10-09main: buffer array variables can have array size of 0 if they are unsizedSamuel Iglesias Gonsalvez1-1/+8
2015-10-09main: consider that unsized arrays have at least one active elementSamuel Iglesias Gonsalvez1-1/+7
2015-10-09main: fix TOP_LEVEL_ARRAY_SIZE and TOP_LEVEL_ARRAY_STRIDESamuel Iglesias Gonsalvez1-1/+52
2015-10-09main: fix goto in program_resource_top_level_array_strideSamuel Iglesias Gonsalvez1-2/+2
2015-10-09mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_spanTapani Pälli1-0/+15
2015-10-08mesa,meta: move gl_texture_object::TargetIndex initializationsBrian Paul4-10/+29
2015-10-08mesa: remove unused _mesa_create_nameless_texture()Brian Paul2-23/+0
2015-10-08mesa: remove unneeded error check in create_textures()Brian Paul1-9/+2
2015-10-08i965: Link compiler unit tests to libi965_compiler.laKristian Høgsberg Kristensen1-6/+2
2015-10-08i965: Break out backend compiler to its own libraryKristian Høgsberg Kristensen2-77/+81
2015-10-08i965/cs: Get max_cs_threads from brw_compiler devinfoKristian Høgsberg Kristensen1-2/+3
2015-10-08i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen11-31/+40
2015-10-08i965: Move brw_select_clip_planes() to brw_shader.cppKristian Høgsberg Kristensen2-25/+26
2015-10-08i965: Use util_next_power_of_two() for brw_get_scratch_size()Kristian Høgsberg Kristensen2-13/+6
2015-10-08i965: Move brw_mark_surface_used() to brw_shader.cppKristian Høgsberg Kristensen2-10/+10
2015-10-08i965/cs: Split out helper for building local id payloadKristian Høgsberg Kristensen4-78/+77
2015-10-08i965: Move brw_link_shader() and friends to new file brw_link.cppKristian Høgsberg Kristensen4-249/+284
2015-10-08i965: Configure bufmgr debug options from intel_screen.cKristian Høgsberg Kristensen3-17/+15
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen9-47/+112
2015-10-08i965: Move brw_dump_ir() out of brw_*_emit() functionsKristian Høgsberg Kristensen7-23/+12
2015-10-08gallium/ddebug: add missing dd_util.h to sources listEmil Velikov1-1/+2
2015-10-08gallium/ddebug: automake: sort sources alphabeticallyEmil Velikov1-2/+2