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_bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
1
-2
/
+2
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
1
-1
/
+2
*
st/mesa: add st_variant base class to simplify code for shader variants
Marek Olšák
2019-11-26
1
-1
/
+1
*
st/mesa: Prefer R8 for bitmap textures
Dave Airlie
2019-10-09
1
-7
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-2
/
+1
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-0
/
+1
*
st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.
Kenneth Graunke
2018-12-21
1
-21
/
+6
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-3
/
+3
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-4
/
+1
*
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: don't store non-fragment sampler states and views in st_context
Marek Olšák
2018-02-08
1
-4
/
+4
*
mesa/st: fix unused variable warnings
Timothy Arceri
2017-07-26
1
-2
/
+3
*
st/mesa: don't keep framebuffer state in st_context
Marek Olšák
2017-06-07
1
-6
/
+6
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-2
/
+2
*
st/mesa: simplify update_constants functions
Marek Olšák
2017-05-08
1
-1
/
+1
*
st/mesa: put the bitmap_cache structure inside st_context
Marek Olšák
2017-04-20
1
-41
/
+13
*
st_cb_bitmap: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-0
/
+6
*
st/mesa: use the common uploader (v2)
Marek Olšák
2017-02-14
1
-2
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-2
/
+1
*
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
-1
/
+1
*
st/mesa: remove excessive shader state dirtying
Marek Olšák
2016-07-30
1
-1
/
+2
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-5
/
+5
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+3
*
st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
Brian Paul
2016-04-14
1
-0
/
+6
*
st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap text
Brian Paul
2016-02-17
1
-3
/
+140
*
st/mesa: use new CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
1
-6
/
+3
*
st/mesa: simplify st->ctx, ctx->st usage in a various places
Brian Paul
2016-02-16
1
-6
/
+5
*
st/mesa: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-24
/
+13
*
st/mesa: use new cso_set_viewport_dims() helper
Brian Paul
2016-02-16
1
-13
/
+3
*
st/mesa: consolidate quad drawing code
Brian Paul
2016-02-16
1
-63
/
+3
*
st/mesa: overhaul vertex setup for clearing, glDrawPixels, glBitmap
Brian Paul
2016-02-16
1
-46
/
+54
*
st/mesa: add a second pipeline for compute
Samuel Pitoiset
2016-02-13
1
-1
/
+1
*
st/mesa: fix bitmap texture target code and simplify tex sampler state
Brian Paul
2016-02-09
1
-16
/
+16
*
st/mesa: don't allocate bitmap drawing state until needed
Brian Paul
2016-02-09
1
-68
/
+77
*
st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad()
Brian Paul
2016-02-09
1
-90
/
+78
*
st/mesa: refactor some bitmap drawing code
Brian Paul
2016-02-09
1
-33
/
+57
*
st/mesa: minor formatting fixes in st_cb_bitmap.c
Brian Paul
2016-02-08
1
-3
/
+1
*
st/mesa: replace bitmap size checks with assertion
Brian Paul
2016-01-06
1
-2
/
+2
*
st/mesa: be more careful about state validation in st_Bitmap()
Brian Paul
2016-01-06
1
-1
/
+8
*
st/mesa: protect debug printf() with a conditional instead of comment
Brian Paul
2016-01-06
1
-5
/
+5
*
st/mesa: fix comment indentation in st_flush_bitmap_cache()
Brian Paul
2016-01-06
1
-2
/
+2
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
2016-01-02
1
-1
/
+5
*
st/mesa: decouple shaders from contexts if they are shareable
Marek Olšák
2015-10-20
1
-1
/
+1
[next]