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: 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
*
mesa: Remove unused HAVE_TRI_STRIP_1 defines
Ian Romanick
2015-09-23
2
-2
/
+0
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
1
-1
/
+1
*
radeon,r200: allow hyperz for radeon DRM module v2
Emil Velikov
2015-07-22
1
-8
/
+2
*
radeon,r200: remove unused variable texmicrotile
Emil Velikov
2015-07-22
2
-4
/
+0
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
2
-10
/
+10
*
r200: fix some potential big endian issues
Roland Scheidegger
2015-07-16
5
-129
/
+140
*
radeon/r200: mark state atoms as dirty after blits
Roland Scheidegger
2015-07-16
1
-0
/
+16
*
main: Refactor _mesa_update_draw_buffer_bounds.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
2
-2
/
+2
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
11
-41
/
+41
*
radeon: Make use of _mesa_get_viewport_xform v2.
Mathias Froehlich
2015-04-05
1
-8
/
+9
*
r200: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-10
/
+10
*
r200: replace INLINE with inline
Brian Paul
2015-02-26
3
-4
/
+4
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
2
-2
/
+2
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
1
-2
/
+0
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
1
-0
/
+2
*
r200: Drop unused variable.
Eric Anholt
2015-02-12
1
-1
/
+0
[next]