index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Fix GL_MAP_COLOR with glDrawPixels GL_COLOR_INDEX
Danylo Piliaiev
2019-04-04
1
-2
/
+32
*
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2019-03-25
1
-1
/
+1
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-0
/
+1
*
st/nir: Use sampler derefs in built-in shaders.
Kenneth Graunke
2019-02-11
1
-5
/
+10
*
st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.
Kenneth Graunke
2019-02-05
1
-21
/
+119
*
st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.
Kenneth Graunke
2019-02-05
1
-8
/
+29
*
st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.
Kenneth Graunke
2018-12-21
1
-10
/
+10
*
st/mesa: Don't open code the drawpixels vertex shader.
Kenneth Graunke
2018-12-21
1
-27
/
+11
*
st/mesa: Drop !passColor optimization in drawpixels shaders.
Kenneth Graunke
2018-12-21
1
-27
/
+19
*
st/mesa: Validate the result of pipe_transfer_map in make_texture (v2)
Josh Pieper
2018-09-14
1
-8
/
+12
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-2
/
+2
*
mesa: Add support for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
1
-1
/
+2
*
st/mesa: pass storage_sample_count parameter into st_choose_format
Marek Olšák
2018-08-04
1
-7
/
+7
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+3
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
gallium: Mute arrays for several meta like callbacks.
Mathias Fröhlich
2018-02-09
1
-2
/
+2
*
st/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.c
Brian Paul
2018-02-08
1
-1
/
+1
*
st/mesa: don't store non-fragment sampler states and views in st_context
Marek Olšák
2018-02-08
1
-4
/
+4
*
st/mesa: expand glDrawPixels cache to handle multiple images
Brian Paul
2018-01-25
1
-59
/
+136
*
mesa/st: fix unused variable warnings
Timothy Arceri
2017-07-26
1
-5
/
+4
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-1
/
+2
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+4
*
st/mesa: simplify update_constants functions
Marek Olšák
2017-05-08
1
-2
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-4
/
+2
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
1
-0
/
+1
*
st/mesa: use the new subroutine index upload API.
Dave Airlie
2016-08-23
1
-2
/
+2
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+2
*
st/mesa: add support for GL_EXT_window_rectangles
Ilia Mirkin
2016-06-18
1
-0
/
+4
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-2
/
+2
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-8
/
+8
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
1
-4
/
+4
*
st/mesa: fix memleak in glDrawPixels cache code
Brian Paul
2016-04-12
1
-5
/
+18
*
st/mesa: implement GL_ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+1
*
st/mesa: emit sampler view decls in drawpixels code
Brian Paul
2016-03-21
1
-0
/
+10
*
st/mesa: implement a simple cache for glDrawPixels
Brian Paul
2016-02-19
1
-0
/
+85
*
st/mesa: use new CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
1
-6
/
+2
*
st/mesa: simplify st->ctx, ctx->st usage in a various places
Brian Paul
2016-02-16
1
-2
/
+2
*
st/mesa: use _mesa_geometric_width/height() in glDrawPixels code
Brian Paul
2016-02-16
1
-10
/
+9
*
st/mesa: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-30
/
+17
*
st/mesa: use new cso_set_viewport_dims() helper
Brian Paul
2016-02-16
1
-12
/
+2
*
st/mesa: use 'cso' local var instead of st->cso_context
Brian Paul
2016-02-16
1
-1
/
+1
*
st/mesa: consolidate quad drawing code
Brian Paul
2016-02-16
1
-98
/
+22
*
st/mesa: overhaul vertex setup for clearing, glDrawPixels, glBitmap
Brian Paul
2016-02-16
1
-74
/
+66
*
st/mesa: add a second pipeline for compute
Samuel Pitoiset
2016-02-13
1
-2
/
+2
*
st/mesa: clarify some texture target code in st_cb_drawpix.c
Brian Paul
2016-02-09
1
-3
/
+5
*
st/mesa: use MAX3() macro, as we do for sampler view code below
Brian Paul
2016-02-09
1
-1
/
+2
*
st/mesa: move some st_cb_drawpixels.c code, add comments
Brian Paul
2016-02-09
1
-17
/
+22
*
st/mesa: add check for color logicop in blit_copy_pixels()
Brian Paul
2016-01-14
1
-0
/
+1
*
st/mesa: move bitmap cache flushing out of state validation
Brian Paul
2016-01-06
1
-0
/
+5
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+1
[next]