index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-2
/
+2
*
nouveau: 3d textures are unsupported, limit 3d levels to 1
Ilia Mirkin
2014-10-14
1
-0
/
+3
*
nouveau: fix glCompressedTexImage
Ilia Mirkin
2014-09-25
1
-13
/
+52
*
nouveau: check for mesa context init failure
Ilia Mirkin
2014-09-13
1
-2
/
+2
*
nouveau: avoid leaking screen on initialization fail
Ilia Mirkin
2014-09-13
1
-2
/
+5
*
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
2014-09-13
1
-10
/
+10
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-12
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-12
5
-4
/
+9
*
nouveau: don't keep stale pointer to free'd data
Ilia Mirkin
2014-08-16
1
-0
/
+1
*
nouveau: make sure to invalidate any vbo state as well
Ilia Mirkin
2014-08-16
1
-0
/
+1
*
dri/nouveau: add GLX_MESA_query_renderer support
Emil Velikov
2014-08-15
3
-19
/
+92
*
nouveau: force luminance clear colors to have the same g/b values as r
Ilia Mirkin
2014-08-14
2
-4
/
+21
*
nouveau: only try to get new storage if there are any levels
Ilia Mirkin
2014-08-13
1
-10
/
+13
*
nouveau: add emacs dir-locals file for tabs/8-space indents
Ilia Mirkin
2014-08-13
1
-0
/
+8
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
mesa: Add a texUnit parameter to dd_function_table::BindTexture
Fredrik Höglund
2014-05-02
1
-4
/
+4
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
6
-8
/
+8
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
2
-3
/
+3
*
drivers/dri: cleanup dri extension instantiation
Emil Velikov
2014-04-28
2
-4
/
+6
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
1
-3
/
+3
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
1
-1
/
+1
*
nouveau: there may not have been a texture if the fbo was incomplete
Ilia Mirkin
2014-03-19
1
-1
/
+2
*
nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list
Ilia Mirkin
2014-03-19
1
-0
/
+1
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-1
/
+1
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-13
/
+15
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-1
/
+2
*
drivers/dri: explicitly set __DRI2flushExtension members
Emil Velikov
2014-02-23
1
-3
/
+4
*
nouveau: fix chipset checks for nv1a by using the oclass instead
Ilia Mirkin
2014-02-13
3
-7
/
+8
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-02-11
6
-10
/
+16
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-1
/
+1
*
nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_...
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
11
-78
/
+78
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
12
-52
/
+52
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
17
-60
/
+60
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
11
-21
/
+21
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
1
-1
/
+0
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
2
-3
/
+3
*
nouveau: add framebuffer validation callback
Ilia Mirkin
2014-01-15
2
-0
/
+52
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
3
-3
/
+3
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-1
/
+0
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+2
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-5
/
+8
*
mesa/dri: Move context flag validation down into the drivers
Ian Romanick
2013-11-07
1
-3
/
+4
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
2
-1
/
+8
*
nouveau: Use _NEW_SCISSOR instead of hooking through dd_function_table
Ian Romanick
2013-11-05
1
-7
/
+3
*
nouveau: Use _NEW_VIEWPORT instead of hooking through dd_function_table
Ian Romanick
2013-11-05
1
-14
/
+3
*
dri/nouveau: Fix nouveau_init_screen2 breakage.
Francisco Jerez
2013-11-04
1
-16
/
+15
*
nouveau: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
2013-10-24
3
-19
/
+20
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
2
-23
/
+12
[next]