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
/
main
/
state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't update shaders on fixed-func state changes if user shaders are bound
Marek Olšák
2020-04-30
1
-3
/
+24
*
mesa: don't set unnecessary program flags in _mesa_update_state
Marek Olšák
2020-04-30
1
-2
/
+1
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
1
-1
/
+0
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+91
*
mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set.
Mathias Fröhlich
2019-05-14
1
-7
/
+6
*
mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode.
Mathias Fröhlich
2019-05-14
1
-2
/
+11
*
mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag.
Mathias Fröhlich
2019-05-14
1
-8
/
+3
*
mesa: Make _mesa_set_varying_vp_inputs static in state.c.
Mathias Fröhlich
2019-05-14
1
-4
/
+3
*
mesa: update fixed-func state constants for TCS, TES, GS
Marek Olšák
2018-05-29
1
-28
/
+36
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-10
/
+2
*
mesa: A change of gl_vertex_processing_mode needs an array update.
Mathias Fröhlich
2018-03-22
1
-3
/
+17
*
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
Mathias Fröhlich
2018-03-22
1
-3
/
+16
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
1
-5
/
+7
*
mesa: Introduce a yet unused _DrawVAO.
Mathias Fröhlich
2018-02-23
1
-0
/
+29
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
1
-0
/
+23
*
mesa: rename some 'client' array functions
Brian Paul
2018-01-30
1
-1
/
+1
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+1
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-1
/
+1
*
mesa: don't flag _NEW_PROGRAM_CONSTANTS for non-GLSL programs for st/mesa
Marek Olšák
2017-06-22
1
-2
/
+12
*
mesa: make _mesa_set_varying_vp_inputs a no-op in GL core profile
Marek Olšák
2017-06-22
1
-0
/
+4
*
mesa: don't execute most of _mesa_update_state_locked for GL core profile
Marek Olšák
2017-06-22
1
-46
/
+58
*
mesa: simplify handling the return value of update_program
Marek Olšák
2017-06-22
1
-3
/
+2
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-30
/
+3
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-3
/
+0
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-18
/
+0
*
mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper function
Marek Olšák
2017-06-22
1
-19
/
+0
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-3
/
+0
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+4
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
1
-5
/
+2
*
mesa: remove useless check in _mesa_update_pixel()
Samuel Pitoiset
2017-06-07
1
-1
/
+1
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
1
-8
/
+0
*
mesa: remove dd_function_table::BindProgram
Marek Olšák
2017-03-29
1
-48
/
+7
*
mesa: don't use _NEW_TEXTURE mainly in mesa/main
Marek Olšák
2017-03-29
1
-5
/
+5
*
mesa: inline _mesa_update_texture
Marek Olšák
2017-03-29
1
-2
/
+5
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-31
/
+19
*
mesa: make _CurrentFragmentProgram a gl_program struct pointer
Timothy Arceri
2017-01-06
1
-12
/
+8
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-6
/
+6
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-2
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-23
/
+23
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-13
/
+13
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-6
/
+5
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-6
/
+5
*
mesa: optionally associate a gl_program to ATI_fragment_shader
Miklós Máté
2016-03-27
1
-1
/
+13
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
1
-17
/
+0
*
mesa: use default geometry's samples when there are no attachments
Ilia Mirkin
2016-02-02
1
-1
/
+1
*
mesa: short-cut new_state == _NEW_LINE in _mesa_update_state_locked()
Brian Paul
2015-10-15
1
-1
/
+5
*
mesa: add misc tessellation shader stuff
Fabian Bieler
2015-07-23
1
-4
/
+50
*
mesa: don't rebind constant buffers after every state change if GS is active
Marek Olšák
2015-06-16
1
-9
/
+3
[next]