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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: drop legacy no_rast dri option
Timothy Arceri
2018-08-21
1
-1
/
+1
*
xmlconfig: add kernel_driver device attribute
Qiang Yu
2018-08-17
1
-1
/
+1
*
r200: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-0
/
+3
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-0
/
+1
*
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: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
2
-14
/
+20
*
r200: remove left over dead code
Eric Engestrom
2018-02-12
1
-20
/
+0
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-4
/
+4
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
1
-4
/
+3
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+2
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
2
-8
/
+1
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
2
-13
/
+6
*
meson: build r200 driver
Dylan Baker
2017-10-26
1
-0
/
+91
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
2
-0
/
+2
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
1
-8
/
+2
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+1
*
mesa/dri: drop unneeded mm.h include
Dave Airlie
2017-08-03
1
-1
/
+0
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
4
-4
/
+4
*
dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
Kenneth Graunke
2017-07-17
1
-1
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
5
-15
/
+20
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+3
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-0
/
+1
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
1
-1
/
+3
*
r200/radeon: stop calling _ae_invalidate_state() directly
Timothy Arceri
2017-06-09
1
-2
/
+0
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-05-31
1
-1
/
+0
*
r200: remove BindProgram
Marek Olšák
2017-03-29
2
-16
/
+5
*
radeon, r200: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-3
/
+4
*
r200: remove unneeded #include "util/simple_list.h"
Brian Paul
2016-11-20
5
-5
/
+1
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
2
-20
/
+20
*
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
2
-6
/
+7
*
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
4
-45
/
+45
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-3
/
+3
*
radeon/r200: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
1
-10
/
+9
*
radeon/r200: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
1
-20
/
+20
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
r200: convert r200 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-5
/
+2
*
r200: fix bgrx8/xrgb8 blits
Roland Scheidegger
2015-11-17
1
-0
/
+4
*
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/r200: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
7
-7
/
+0
*
mesa: remove Driver.Hint
Marek Olšák
2015-10-03
1
-1
/
+0
[next]