aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: remove unused variable at intel_miptree_create_for_teximageAlejandro Piñeiro2016-09-121-1/+0
* mesa/glsl: Move string_to_uint_map into the util folderThomas Helland2016-09-127-375/+4
* mesa: Convert symbol table to the util hash tableThomas Helland2016-09-121-7/+8
* mesa: Convert string_to_uint_map to the util hash tableThomas Helland2016-09-121-44/+22
* util: Move hash_table_call_foreach to util hash tableThomas Helland2016-09-121-14/+0
* mesa: Remove prog_hash_table.cThomas Helland2016-09-124-82/+23
* mesa: Remove unused hash table includesThomas Helland2016-09-121-1/+0
* i965: Fix calculation of the image height at start levelAntia Puentes2016-09-101-6/+21
* android: depend on libmesa_genxml from i965 Android.gen.mkTapani Pälli2016-09-091-0/+2
* i965: release GLSL IR in LinkShader after it's not neededTapani Pälli2016-09-091-0/+11
* i965/fs: Fail the shader compile instead of asserting when we can't spillJason Ekstrand2016-09-081-2/+3
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-082-7/+6
* mesa/formatquery: limit ES target support, fix core context supportIlia Mirkin2016-09-061-7/+8
* main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integerIlia Mirkin2016-09-061-1/+7
* vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwordsTim Rowley2016-09-061-1/+1
* Android: glsl: add rules to generate ir_expression*.h header filesRob Herring2016-09-063-4/+12
* mesa: Fix types in _mesa_get_color_read_format().Kenneth Graunke2016-09-051-1/+1
* intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2016-09-032-333/+39
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-037-7/+7
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-0356-288/+288
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-037-668/+4
* main: add KHR_robustness to ES 3.2 extension requirementsIlia Mirkin2016-09-031-0/+1
* i965: fix noop_scissor range issue on width/heightJordan Justen2016-09-011-7/+7
* st/mesa: expose OES_geometry_shader and OES_texture_cube_map_arrayIlia Mirkin2016-08-311-0/+15
* Introduce .editorconfigEric Engestrom2016-08-311-0/+2
* i965: Pass start_offset to brw_set_uip_jip().Matt Turner2016-08-314-14/+6
* i965: Merge gen7_clip_state atom into gen6_clip_state atom.Kenneth Graunke2016-08-313-20/+1
* i965: Use gs_prog_data in is_drawing_points/lines().Kenneth Graunke2016-08-314-17/+19
* i965: Fix missing dirty bits related to is_drawing_points/lines.Kenneth Graunke2016-08-313-5/+23
* i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2016-08-302-0/+4
* st/mesa: provide the null implementation of bounding box outputs in tcsIlia Mirkin2016-08-301-0/+3
* glsl: add gl_BoundingBox and associated varying slotsIlia Mirkin2016-08-302-0/+9
* mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and queryIlia Mirkin2016-08-304-0/+57
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-308-1/+97
* i965/fs: Assert that the number of color targets is one when dual-source blen...Francisco Jerez2016-08-301-0/+1
* glsl: Fix gl_program::OutputsWritten computation for dual-source blending.Francisco Jerez2016-08-301-3/+1
* st/glsl_to_tgsi: Use SecondaryOutputsWritten to determine dual-source fragmen...Francisco Jerez2016-08-302-8/+15
* glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.Francisco Jerez2016-08-301-0/+1
* glsl: Generate ir_expression_operation.h from PythonIan Romanick2016-08-303-0/+3
* i915: Check return value of screen->image.loader->getBuffersEmil Velikov2016-08-301-6/+9
* nouveau: make color/depth bpp match for pre-nv10 chipsIlia Mirkin2016-08-301-3/+3
* nouveau: always enable at least one RCIlia Mirkin2016-08-301-1/+1
* nouveau: allow NV3x's to be used with nouveau_vieuxIlia Mirkin2016-08-302-1/+4
* mesa: fix format conversion bug in get_tex_rgba_uncompressed()Brian Paul2016-08-291-6/+8
* intel/blorp: Add a format parameter to blorp_fast_clearJason Ekstrand2016-08-291-1/+3
* i965: Move blorp into src/intel/blorpJason Ekstrand2016-08-2913-3922/+11
* i965/blorp: Remove the remaining brw prefixes from the blorp.h APIJason Ekstrand2016-08-299-112/+109
* i965/blorp: Use isl_format_get_depth_format for setting depth formatsJason Ekstrand2016-08-291-14/+1
* i965: Move the type_size function declartaions to brw_nir.hJason Ekstrand2016-08-292-8/+7
* i965: Move get_fast_clear_rect to blorp_clear.cJason Ekstrand2016-08-293-131/+124