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
*
automake: src/mesa/drivers/dri/nouveau
Matt Turner
2012-01-20
3
-22
/
+67
*
mesa: Set default access flags based on the run-time API
Ian Romanick
2012-01-19
1
-1
/
+1
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+2
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
2
-2
/
+25
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-2
/
+2
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
1
-22
/
+20
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
1
-24
/
+21
*
mesa: Re-add main/bitset.h to fix classic nouveau build failure.
José Fonseca
2011-12-28
1
-0
/
+2
*
mesa: Remove now unused main/bitset.h.
Mathias Fröhlich
2011-12-28
1
-2
/
+0
*
nouveau: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
2
-2
/
+2
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-5
/
+10
*
nouveau: stop using _DepthBuffer, _StencilBuffer fields
Brian Paul
2011-12-13
6
-13
/
+14
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-3
/
+4
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
2
-4
/
+4
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
dri: Remove unnecessary timestamp pointer indirection
Kristian Høgsberg
2011-11-02
1
-4
/
+4
*
nouveau: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
1
-0
/
+46
*
dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardware
Nicholas Miell
2011-11-01
4
-9
/
+30
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
1
-12
/
+0
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
2
-11
/
+17
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-4
/
+5
*
nouveau: remove unused code, unused var
Brian Paul
2011-10-03
1
-29
/
+0
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-10
/
+0
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
nouveau: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
1
-14
/
+0
*
mesa: move software texel fetch code into swrast
Brian Paul
2011-09-17
1
-1
/
+1
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-5
/
+3
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
3
-2
/
+12
*
nouveau: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
3
-43
/
+28
*
nouveau: remove target parameter from nouveau_bufferobj_map_range()
Brian Paul
2011-09-09
1
-1
/
+1
*
dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted textures
Ian Romanick
2011-08-29
4
-19
/
+0
*
nouveau: Add MapTextureImage() implementation.
Eric Anholt
2011-08-29
1
-0
/
+81
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-17
/
+0
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-2
/
+2
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE
Andrew Randrianasulu
2011-07-11
1
-1
/
+1
*
mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.
Eric Anholt
2011-06-14
1
-2
/
+4
*
dri/nouveau: fix gnome-shell segfault
Ben Skeggs
2011-06-06
1
-1
/
+1
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-4
/
+5
[next]