summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-18i965: Scissor to the viewport when rendering points/lines.Kenneth Graunke2-5/+8
2016-03-18i965: Include the viewport in the scissor rectangle.Kenneth Graunke1-4/+4
2016-03-18i965: Introduce an is_drawing_lines() helper.Kenneth Graunke1-0/+30
2016-03-18i965: Move is_drawing_points to brw_state.h.Kenneth Graunke2-24/+24
2016-03-18i965: Fix gl_TessLevelOuter[] for isolines.Kenneth Graunke2-6/+22
2016-03-18i965: Decode non-normalized coordinates bit in SAMPLER_STATE.Kenneth Graunke1-2/+3
2016-03-18i965: Account for TES in is_drawing_points().Kenneth Graunke1-1/+8
2016-03-19nv50: Mark compute states as dirty on context switchPierre Moreau1-0/+1
2016-03-19nv50/ir: print SUBFM subopsSamuel Pitoiset1-0/+9
2016-03-19nv50: add a new validation path for computeSamuel Pitoiset1-12/+13
2016-03-19nv50: rework nv50_compute_validate_program()Samuel Pitoiset3-31/+17
2016-03-19nv50: rework the validation path for 3DSamuel Pitoiset4-16/+36
2016-03-19nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset8-46/+46
2016-03-19nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset8-112/+112
2016-03-19nv50: rename NV50_COMPUTE to NV50_CPSamuel Pitoiset3-52/+52
2016-03-19nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset8-57/+57
2016-03-18st/mesa: clean up st_translate_texture_target()Brian Paul1-25/+44
2016-03-18st/mesa: simplify drawpixels shader code with tgsi transform helper functionsBrian Paul1-64/+18
2016-03-18st/mesa: simplify bitmap shader code with tgsi transform helper functionsBrian Paul1-37/+8
2016-03-18tgsi: add tgsi_transform_op3_inst() functionBrian Paul1-0/+34
2016-03-18doc: add 'vec4' option in INTEL_DEBUGJuan A. Suarez Romero1-0/+1
2016-03-18egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski3-1/+13
2016-03-17gallium/swr: Cleaned up some context-resource managementGeorge Kyriazis5-26/+27
2016-03-18mesa: remove remaining tabs in prog_parameter.cTimothy Arceri1-8/+8
2016-03-18mesa: inline _mesa_add_unnamed_constant()Timothy Arceri2-24/+6
2016-03-18mesa: simplify and inline _mesa_lookup_parameter_index()Timothy Arceri3-41/+18
2016-03-18mesa: make _mesa_lookup_parameter_constant staticTimothy Arceri2-100/+94
2016-03-18mesa: remove unused functionTimothy Arceri1-6/+0
2016-03-17st/mesa: honour sized internal formats in st_choose_format (v2)Nicolai Hähnle1-21/+6
2016-03-17configure.ac: enable_asm=yes when x-compiling across same X86 archDongwon Kim1-2/+4
2016-03-18glsl: disable varying packing when its not safeTimothy Arceri4-53/+180
2016-03-18glsl: pass disable_varying_packing bool to the lowering passTimothy Arceri3-15/+24
2016-03-17radeonsi: fix Hyper-Z hangs on P2 configsMarek Olšák1-2/+8
2016-03-17docs: Renormalize older extensions.Romain Failliot1-26/+26
2016-03-17docs: Renormalize some extensions.Romain Failliot1-3/+3
2016-03-17docs: Realign the "Status" column.Romain Failliot1-139/+139
2016-03-17docs: howto to read and edit GL3.txtRomain Failliot1-5/+20
2016-03-17r300g: add missing layer argument to rws->buffer_get_handle() callBrian Paul1-1/+1
2016-03-17radeon/winsys: add layer support for BO exportChristian König4-0/+7
2016-03-17radeon/winsys: add offset support for BO import/exportChristian König5-18/+33
2016-03-17gallium/winsys/drm: add layer to struct winsys_handleChristian König1-0/+5
2016-03-17gallium/winsys/drm: add offset to struct winsys_handleChristian König6-0/+13
2016-03-17nir: propagate bitsize information in nir_searchConnor Abbott3-27/+247
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott28-76/+137
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga24-130/+130
2016-03-17nir: update opcode definitions for different bit sizesConnor Abbott7-158/+283
2016-03-17nir: add nir_{src,dest}_bit_size() helpersConnor Abbott1-0/+12
2016-03-17nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand3-4/+46
2016-03-17nir/types: add a function to get the bitsize of a base typeConnor Abbott1-0/+21
2016-03-17i965/nir: fix check to resolve booleans to work with sized nir_alu_typeSamuel Iglesias Gonsálvez1-1/+1