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
/
drivers
/
dri
/
r200
/
r200_vertprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
1
-6
/
+6
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+2
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
1
-4
/
+6
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
1
-5
/
+0
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
r200: remove BindProgram
Marek Olšák
2017-03-29
1
-16
/
+0
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-3
/
+4
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-18
/
+18
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-2
/
+3
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
1
-5
/
+6
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
1
-11
/
+11
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-41
/
+41
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-8
/
+9
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-2
/
+2
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-8
/
+8
*
r200: replace INLINE with inline
Brian Paul
2015-02-26
1
-2
/
+2
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
1
-1
/
+0
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
1
-1
/
+0
*
r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...
Laurent Carlier
2013-04-24
1
-1
/
+0
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-20
/
+20
*
mesa: Remove PROGRAM_WRITE_ONLY register type.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-2
/
+0
*
mesa: Remove yet more remnants of NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
r200: Remove support for software-only NV_vertex_program.
Eric Anholt
2012-10-15
1
-6
/
+0
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-11
/
+27
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
1
-2
/
+1
*
r200, r600c, i965: fix build
Bryan Cain
2011-08-01
1
-4
/
+4
*
r200: add cast to silence warning
Brian Paul
2011-02-08
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-8
/
+8
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-5
/
+5
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-2
/
+5
*
r200: Silence fprintf format warning.
Vinson Lee
2010-01-24
1
-1
/
+1
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-7
/
+7
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-22
1
-17
/
+17
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-17
/
+17
*
|
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-20
1
-1
/
+1
|
\
|
|
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-1
/
+1
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-2
/
+2
*
|
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-1
/
+1
|
/
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-2
/
+2
*
r200: accept PROGRAM_CONSTANT inputs due to mesa changes
Andrew Randrianasulu
2008-04-17
1
-0
/
+1
*
r200: fix XPD vertex program instruction when using temps as inputs
Roland Scheidegger
2008-04-12
1
-3
/
+13
*
rx00: fix off by one error in tempreg check
Hans de Goede
2008-01-02
1
-4
/
+6
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-4
/
+4
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-4
/
+6
*
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-09
1
-4
/
+13
*
fix errorneously adding fog state params to all vertex programs...
Roland Scheidegger
2007-02-03
1
-1
/
+1
*
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-12-14
1
-1
/
+0
[next]