summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga2017-09-121-4/+7
* mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry2017-09-111-0/+1
* st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle2017-09-111-1/+1
* i965/tex: add missing includeEric Engestrom2017-09-101-0/+1
* mesa: whitespace, formatting fixes in teximage.cBrian Paul2017-09-081-55/+55
* mesa: provide more info in some texture image error messagesBrian Paul2017-09-081-9/+11
* mesa/st: Fix frontbuffer rendering regressionThomas Hellstrom2017-09-081-0/+3
* i965: Don't special case the batchbuffer when reference counting.Kenneth Graunke2017-09-081-11/+4
* mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12Gert Wollny2017-09-071-0/+1
* mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12Gert Wollny2017-09-071-1/+6
* mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBaseIago Toral Quiroga2017-09-071-0/+22
* st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák2017-09-071-1/+6
* mesa: allow user to set MESA_NO_ERROR=0Eric Engestrom2017-09-071-1/+2
* mesa: replace date/time macros with MESA_GIT_SHA1Emil Velikov2017-09-061-3/+7
* mesa: don't use %s for PACKAGE_VERSION macroEmil Velikov2017-09-062-4/+4
* i965: expose RGBA visuals only on AndroidEmil Velikov2017-09-061-1/+22
* mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVCGert Wollny2017-09-061-1/+9
* mesa/st: glsl_to_tgsi: tie in new temporary register merge approachGert Wollny2017-09-061-50/+16
* mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mappingGert Wollny2017-09-061-0/+169
* mesa/st: glsl_to_tgsi: add register rename mapping evaluatorGert Wollny2017-09-063-5/+137
* mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime trackerGert Wollny2017-09-065-4/+1482
* mesa/st: glsl_to_tgsi: implement new temporary register lifetime trackerGert Wollny2017-09-063-0/+943
* mesa/st: glsl_to_tgsi move some helper classes to extra filesGert Wollny2017-09-064-287/+368
* st_glsl_to_tgsi: rewrite rename registers to use array fully.Dave Airlie2017-09-061-29/+26
* mesa/main: Fix GetTextureImage error reportingIago Toral Quiroga2017-09-061-1/+1
* mesa/mtypes: repack gl_sampler_object.Dave Airlie2017-09-061-1/+1
* mesa/mtypes: repack gl_texture_object.Dave Airlie2017-09-061-5/+5
* mesa/mtypes: repack gl_shader_program_data.Dave Airlie2017-09-061-3/+3
* mesa/mtypes: reorganise gl_shaderDave Airlie2017-09-061-4/+5
* mesa/mtypes: repack display list structs.Dave Airlie2017-09-061-3/+2
* mesa/mtypes: reduce size of gl_sync_object.Dave Airlie2017-09-061-1/+1
* mesa/mtypes: reorg vertex/fragment program state.Dave Airlie2017-09-061-6/+6
* mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.Dave Airlie2017-09-061-6/+6
* vbo: fix build errors on androidTapani Pälli2017-09-051-1/+1
* st/glsl_to_tgsi: inline src_register into translate_srcNicolai Hähnle2017-09-041-75/+77
* st/glsl_to_tgsi: ir_load_ubo always has a second indexNicolai Hähnle2017-09-041-2/+1
* st/drawpixels: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-0/+2
* st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger2017-09-031-1/+1
* genxml: Make Border Color Pointer an address on Gen4-5, not an offset.Kenneth Graunke2017-09-021-6/+4
* i965: Inline emit_reloc in __genx_combine_addressKenneth Graunke2017-09-021-12/+5
* i965: Fix crash in fallback GTT mapping.Kenneth Graunke2017-09-021-2/+4
* i965: Fix state flagging of Gen6 SOL programs.Kenneth Graunke2017-09-022-19/+6
* i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.Kenneth Graunke2017-09-023-7/+1
* i965: Move BATCH_SZ define into intel_batchbuffer.c.Kenneth Graunke2017-09-012-1/+2
* i965: Drop batch_size argument from brw_bufmgr_init().Kenneth Graunke2017-09-013-4/+3
* i965: Rename brw_bo::offset64 to gtt_offset.Chris Wilson2017-09-013-12/+35
* i965: Drop the BRW_BATCH_STRUCT macro.Kenneth Graunke2017-09-012-4/+1
* i965: Don't double count the batch in aperture_space.Kenneth Graunke2017-09-011-1/+1
* st/mesa: only try to create 1x msaa surfaces for "fake" msaa driversBrian Paul2017-08-313-14/+24
* vbo: fix offset in minmax cache keyCharmaine Lee2017-08-301-3/+5