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
*
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
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-1
/
+1
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
5
-5
/
+5
*
r200: Add headers to distribution.
Matt Turner
2014-12-12
2
-2
/
+31
*
r200: Alphabetize source list.
Matt Turner
2014-12-12
1
-10
/
+10
*
r200: Avoid out of bounds array access.
Matt Turner
2014-12-12
1
-1
/
+1
*
dri/radeon: nuke the remaining references to sarea
Emil Velikov
2014-08-21
1
-7
/
+0
*
dri/radeon: cleanup the radeon_context vtbl
Emil Velikov
2014-08-21
3
-77
/
+0
*
dri/radeon: drop obsolete radeon_{dri,macros}.h headers
Emil Velikov
2014-08-21
3
-3
/
+0
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
1
-1
/
+1
*
radeon,r200: fix buffer validation after CS flush
Marek Olšák
2014-08-09
3
-1
/
+3
*
mesa/drivers: Fix clang constant-logical-operand warnings.
Vinson Lee
2014-06-14
1
-2
/
+2
*
radeon: Drop the remaining driver usage of _ReallyEnabled.
Eric Anholt
2014-04-30
3
-16
/
+19
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
3
-13
/
+7
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-2
/
+2
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-1
/
+0
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-3
/
+2
*
r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2()
Brian Paul
2014-02-02
1
-4
/
+2
*
r200: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-01-31
1
-2
/
+3
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
3
-35
/
+35
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
2
-25
/
+25
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
2
-27
/
+27
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
3
-10
/
+10
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
1
-1
/
+0
*
r200: Enable GL_EXT_framebuffer_blit
Ian Romanick
2014-01-27
1
-0
/
+1
*
radeon / r200: Pass the API into _mesa_initialize_context
Ian Romanick
2014-01-27
1
-1
/
+1
*
radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
Ian Romanick
2014-01-23
4
-12
/
+12
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
1
-1
/
+1
[next]