summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14nir: Drop nir_destFaith Ekstrand1-4/+4
2023-08-13nir: Drop most instances of nir_ssa_dest_init()Faith Ekstrand1-1/+1
2023-08-12nir: Drop "SSA" from NIR languageAlyssa Rosenzweig1-11/+11
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-7/+7
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-3/+3
2023-06-27treewide: style fixes after replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-12mesa/drawtex: Cut out the TGSI semantic translation.Emma Anholt1-1/+1
2023-06-11mesa/st: discard whole resource when mapping drawpixels textureLucas Stach1-2/+2
2023-06-06treewide: Use nir_tex_src_for_ssaAlyssa Rosenzweig1-8/+8
2023-05-17nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig1-1/+1
2023-05-16nir: Add helpers for lazy var creation.Emma Anholt1-25/+15
2022-12-12st/mesa: remove the switch from st_validate_state by passing state mask directlyMarek Olšák1-2/+2
2022-12-12st/mesa: remove st_context::dirty, use gl_context::NewDirtyState insteadMarek Olšák1-2/+2
2022-12-07st/mesa: stop using redundant st_context::vp,tcp,tep,gp,fp,cpMarek Olšák1-4/+4
2022-10-10gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund1-1/+1
2022-09-19st/drawpixels: use normalized coords in samplers with lowered rectsMike Blumenkrantz1-1/+2
2022-05-17Revert "mesa: consider the sample count when choosing a texture format"Marek Olšák1-1/+1
2022-05-05mesa: consider the sample count when choosing a texture formatMarek Olšák1-1/+1
2022-05-05mesa/st: Drop the attrib remapping in st_prepare_vertex_program().Emma Anholt1-1/+0
2022-01-26mesa/st: collapse st_program into gl_program object.Dave Airlie1-2/+2
2022-01-25mesa/st: move st_fb_orientation into a mesa functionDave Airlie1-8/+8
2022-01-25mesa/st: move last of renderbuffer functionality into mesaDave Airlie1-2/+0
2022-01-25mesa/st: merge st_renderbuffer into gl_renderbuffer.Dave Airlie1-35/+26
2021-12-30mesa: glTexStorage* support sparse texture allocationQiang Yu1-1/+1
2021-12-22mesa/st: use has_stencil_export instead of querying screen cap.Dave Airlie1-3/+3
2021-12-22mesa: drop texformat code this isn't used.Dave Airlie1-1/+0
2021-12-08mesa/st: move pixel/bitmap functions to direct callDave Airlie1-16/+2
2021-12-06mesa/st: Remove GL_ARB_depth_clamp emulation support.Emma Anholt1-34/+4
2021-11-03st/mesa: don't update vertex elements when GL doesn't change themMarek Olšák1-0/+1
2021-09-09gallium: add rasterizer depth_clamp enable bitRoland Scheidegger1-0/+1
2021-09-01gallium/cso: add unbind mask for cso restoreMike Blumenkrantz1-5/+1
2021-08-20st/mesa: set take_ownership = true in set_sampler_viewsMarek Olšák1-4/+1
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák1-3/+3
2021-06-27st/mesa: don't memset the sampler view array, don't init trailing slots to NULLMarek Olšák1-1/+1
2021-06-27st/mesa: don't track FS sampler views for bitmap/drawpix in st_contextMarek Olšák1-15/+19
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák1-6/+6
2021-02-18mesa/st: Make sure to unbind cb0 on transition away from gs/tess shaders.Eric Anholt1-2/+2
2021-01-27gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák1-5/+6
2021-01-26st/drawpixels: use GL_CLAMP_TO_EDGE instead of GL_CLAMP for samplersMike Blumenkrantz1-3/+3
2021-01-25st/mesa: Use sized types for nir_tex_instr::dest_typeConnor Abbott1-4/+4
2021-01-15st/mesa: unbind sampler views, images, and vertex buffers after meta opsMarek Olšák1-0/+13
2021-01-15st/mesa: don't use cso_context to restore VBs, sampler views for glDrawPixelsMarek Olšák1-4/+6
2021-01-01st/mesa: skip glDrawPixels if it's totally clipped for all codepathsMarek Olšák1-10/+8
2021-01-01st/mesa: relax requirements for doing glCopyPixels via blitMarek Olšák1-4/+6
2021-01-01st/mesa: don't do glCopyPixels via blit if depth bounds test is enabledMarek Olšák1-0/+1
2020-12-22gallium: inline pipe_depth_state to decrease DSA state size by 4 bytesMarek Olšák1-3/+3
2020-12-16st/mesa: set drawpixels swizzle before creating sampler viewMike Blumenkrantz1-6/+11
2020-12-03st/mesa: put pipe_screen * into st_context and use itMarek Olšák1-13/+11
2020-11-11nir/builder: Add a name format arg to nir_builder_init_simple_shader().Eric Anholt1-11/+8