summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-222-11/+9
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-1/+1
* glsl: make use of glsl_type::is_boolean()Samuel Pitoiset2017-04-211-1/+1
* glsl: make use of glsl_type::is_record()Samuel Pitoiset2017-04-211-2/+2
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-211-1/+1
* st/mesa: use one big translation table in st_pipe_vertex_formatMarek Olšák2017-04-201-242/+228
* st/mesa: check in advance in st_draw_vbo whether the bitmap cache is emptyMarek Olšák2017-04-201-1/+3
* st/mesa: put the bitmap_cache structure inside st_contextMarek Olšák2017-04-203-43/+36
* st/mesa: inline and optimize st_invalidate_readpix_cacheMarek Olšák2017-04-202-10/+11
* st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák2017-04-201-0/+2
* gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák2017-04-201-10/+2
* st/mesa: add st_convert_sampler()Samuel Pitoiset2017-04-182-12/+36
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+4
* st/mesa: enable ARB_shader_viewport_layer_arrayNicolai Hähnle2017-04-141-0/+5
* st/mesa: fix wrong comparison in update_framebuffer_state()Samuel Pitoiset2017-04-131-4/+4
* st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2017-04-122-2/+9
* st/mesa: minor optimization in st_DrawBuffers()Brian Paul2017-04-121-8/+16
* mesa/st: only update samplers for stages that have changedTimothy Arceri2017-04-134-28/+94
* st/mesa: Fix missing-braces warning.Vinson Lee2017-04-121-1/+1
* mesa/st: remove _mesa_get_fallback_texture() callsTimothy Arceri2017-04-122-10/+3
* mesa/st: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+13
* st/mesa: Use compressed fog mode for atifs.Gustaw Smolarczyk2017-04-082-19/+4
* st/mesa: silence unused/uninitialized var warningsBrian Paul2017-04-071-1/+2
* st/pbo: select the right swizzle for instance IDsNicolai Hähnle2017-04-061-1/+2
* st/mesa: enable ARB_shader_ballotNicolai Hähnle2017-04-051-0/+1
* st/glsl_to_tgsi: implement ARB_shader_ballot system variablesNicolai Hähnle2017-04-051-0/+16
* st/glsl_to_tgsi: implement ARB_shader_ballot builtin functionsNicolai Hähnle2017-04-051-0/+9
* st/mesa: plumbing for sparse buffersNicolai Hähnle2017-04-051-0/+20
* st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle2017-04-051-0/+4
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-043-20/+26
* glsl: Fix blob memory leakBartosz Tomczyk2017-04-041-1/+1
* st/mesa: add st_convert_image()Samuel Pitoiset2017-04-032-47/+63
* st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2017-04-032-2/+2
* glsl: ir_explog_to_explog2 is no moreErik Faye-Lund2017-04-011-1/+3
* st/mesa: avoid aliasing violation in st_cb_perfmon.cErik Faye-Lund2017-04-011-3/+3
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-016-7/+9
* st/mesa: Add support for NV_fill_rectangleLyude2017-03-312-0/+3
* st/glsl_to_tgsi: fix 64-bit integer bit shiftsNicolai Hähnle2017-03-311-5/+15
* st/mesa: implement ARB_shader_clockNicolai Hähnle2017-03-312-1/+11
* st/glsl_to_tgsi: use glsl_type::sampler_index()Samuel Pitoiset2017-03-301-66/+2
* st/mesa: improve error messages and fix security warningNicolai Hähnle2017-03-301-2/+2
* st/mesa: EGLImageTarget* error handlingPhilipp Zabel2017-03-291-4/+19
* st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.cPhilipp Zabel2017-03-293-37/+34
* mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák2017-03-291-1/+1
* st_cb_bitmap: check NULL return from u_upload_allocJulien Isorce2017-03-281-0/+6
* st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul2017-03-273-28/+18
* glsl, st/shader_cache: check the whole sha1 for zeroGrazvydas Ignotas2017-03-271-1/+2
* glsl_to_tgsi: don't rely on glsl types when visiting tex instructionsSamuel Pitoiset2017-03-241-7/+6
* st/glsl_to_tgsi: enable lower_sqrt() conditionallySamuel Pitoiset2017-03-221-0/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+2