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
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: Make use of _mesa_get_viewport_xform v2.
Mathias Froehlich
2015-04-05
1
-8
/
+9
*
radeon: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-10
/
+10
*
radeon: replace INLINE with inline
Brian Paul
2015-02-26
5
-8
/
+8
*
mesa: replace FABSF with fabsf
Brian Paul
2015-02-24
1
-1
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
4
-9
/
+9
*
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
*
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
11
-11
/
+11
*
radeon: Add headers to distribution.
Matt Turner
2014-12-12
2
-2
/
+31
*
radeon: Alphabetize source list.
Matt Turner
2014-12-12
1
-9
/
+9
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-3
/
+2
*
radeon: Use PRINTLIKE macro.
Matt Turner
2014-09-25
1
-8
/
+1
*
dri/radeon: nuke the remaining references to sarea
Emil Velikov
2014-08-21
2
-4
/
+0
*
dri/radeon: cleanup the radeon_context vtbl
Emil Velikov
2014-08-21
5
-86
/
+0
*
dri/radeon: drop obsolete radeon_{dri,macros}.h headers
Emil Velikov
2014-08-21
4
-245
/
+2
*
dri/radeon: add GLX_MESA_query_renderer support
Emil Velikov
2014-08-15
4
-21
/
+103
*
dri/radeon: don't print TCL status on glGetString(GL_RENDERER)
Emil Velikov
2014-08-15
1
-7
/
+2
*
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
5
-14
/
+5
*
mesa/drivers: Fix clang constant-logical-operand warnings.
Vinson Lee
2014-06-14
2
-7
/
+7
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
radeon: Drop the remaining driver usage of _ReallyEnabled.
Eric Anholt
2014-04-30
5
-13
/
+21
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
4
-15
/
+10
*
mesa: Drop dead last_ReallyEnabled fields from drivers.
Eric Anholt
2014-04-30
2
-3
/
+0
*
dri/radeon: use a const __DRIextension array
Emil Velikov
2014-04-28
2
-17
/
+14
*
drivers/dri: cleanup dri extension instantiation
Emil Velikov
2014-04-28
1
-13
/
+18
*
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
2014-03-05
1
-2
/
+1
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-13
/
+18
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-0
/
+2
*
drivers/dri: explicitly set __DRI2flushExtension members
Emil Velikov
2014-02-23
1
-3
/
+4
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
3
-9
/
+9
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-1
/
+1
*
radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()
Brian Paul
2014-02-02
1
-4
/
+2
*
radeon: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-01-31
1
-2
/
+3
*
radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
8
-56
/
+56
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
6
-29
/
+29
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
6
-34
/
+34
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
15
-54
/
+54
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
1
-1
/
+0
*
radeon: 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
3
-2
/
+4
*
radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
Ian Romanick
2014-01-23
7
-20
/
+15
*
radeon / r200: Remove unused 'dostate' parameter
Ian Romanick
2014-01-23
2
-4
/
+2
*
radeon / r200: Fix 'empty body' warning
Ian Romanick
2014-01-23
1
-2
/
+2
*
radeon / r200: Fix incompatible pointer type warning
Ian Romanick
2014-01-23
1
-2
/
+1
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
1
-1
/
+1
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-2
/
+2
[next]