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
*
dri/nouveau: Just reemit the BO state on pushbuf flush.
Francisco Jerez
2010-03-11
3
-14
/
+14
*
dri/nouveau: Split big client buffers in the indexed case too.
Francisco Jerez
2010-03-07
1
-4
/
+3
*
dri/nouveau: Fix nv[12]x color sum.
Francisco Jerez
2010-03-07
3
-3
/
+6
*
dri/nv04: GL_EXT_secondary_color
Andrew Randrianasulu
2010-03-07
2
-4
/
+14
*
dri/nouveau: Trivially add GL_NV_blend_square
Andrew Randrianasulu
2010-03-07
1
-0
/
+1
*
dri/nouveau: Check _ColorDrawBuffers[0] before emitting fb state.
Francisco Jerez
2010-03-07
3
-3
/
+3
*
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-03-06
1
-2
/
+0
*
dri/nouveau: Remove some CI remnants.
Francisco Jerez
2010-03-04
6
-12
/
+0
*
dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.
Andrew Randrianasulu
2010-03-04
1
-0
/
+1
*
dri/nouveau: Enable GL_EXT_stencil_wrap.
Andrew Randrianasulu
2010-03-04
1
-3
/
+4
*
dri/nouveau: Add GL_EXT_stencil_wrap for nv04.
Andrew Randrianasulu
2010-03-04
1
-0
/
+4
*
dri/nouveau: Fix rb->DataType for z24s8 renderbuffers.
Francisco Jerez
2010-03-04
1
-1
/
+1
*
dri/nouveau: Try to keep client buffers smaller than the scratch VBO length.
Francisco Jerez
2010-03-04
1
-0
/
+26
*
dri/nouveau: Pack client arrays as they're copied to the real BO.
Francisco Jerez
2010-03-04
1
-12
/
+32
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-7
/
+0
*
dri/nouveau: Combine the dummy texture more deterministically on nv0x.
Francisco Jerez
2010-03-01
1
-1
/
+4
*
dri/nouveau: Fix up the ADD texture environment on nv0x.
Francisco Jerez
2010-03-01
2
-2
/
+1
*
dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.
Andrew Randrianasulu
2010-03-01
1
-0
/
+4
*
dri/nouveau: Allow to render to XRGB8888 textures.
Andrew Randrianasulu
2010-03-01
1
-0
/
+2
*
dri/nouveau: Use the XRGB8888 hardware texture format.
Francisco Jerez
2010-02-25
5
-27
/
+49
*
dri/nouveau: Use the hardware I8 format for intensity textures.
Francisco Jerez
2010-02-25
4
-1
/
+4
*
dri/nouveau: Implement EXT_texture_from_pixmap.
Francisco Jerez
2010-02-25
7
-57
/
+116
*
dri/nouveau: Support rectangle textures.
Francisco Jerez
2010-02-25
5
-14
/
+100
*
dri/nouveau: Don't try to map a non-existent teximage.
Francisco Jerez
2010-02-25
1
-4
/
+7
*
dri/nouveau: Add some RGB888 span functions.
Francisco Jerez
2010-02-25
1
-0
/
+11
*
dri/nouveau: Fake A8 and L8 texture support on nv04.
Francisco Jerez
2010-02-25
1
-30
/
+46
*
dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.
Francisco Jerez
2010-02-25
7
-129
/
+221
*
dri/nouveau: Try to validate textures earlier.
Francisco Jerez
2010-02-25
6
-112
/
+191
*
dri/nouveau: Swizzle using the CPU when we hit a limitation of SIFM.
Francisco Jerez
2010-02-25
1
-7
/
+89
*
dri/nouveau: Clean up the nv04 surface code a bit.
Francisco Jerez
2010-02-25
1
-26
/
+10
*
dri/nouveau: Avoid mask overflow on nv04_surface_fill.
Francisco Jerez
2010-02-25
1
-1
/
+1
*
dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers.
Francisco Jerez
2010-02-25
1
-1
/
+1
*
dri/nouveau: Fix stencil mask handling on glClear().
Francisco Jerez
2010-02-25
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-3
/
+3
*
dri/nouveau: Some multithreaded rendering fixes.
Francisco Jerez
2010-02-17
18
-1278
/
+1124
*
nouveau: fix legacy dri driver build
Johannes Obermayr
2010-02-17
3
-8
/
+6
*
dri/nouveau: Use event driven buffer validation.
Francisco Jerez
2010-02-16
2
-4
/
+41
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+2
*
Import a classic DRI driver for nv0x-nv2x.
Francisco Jerez
2010-02-04
55
-0
/
+11114
*
nouveau: say goodbye to the old DRI driver...
Stephane Marchesin
2008-07-14
62
-21639
/
+0
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
3
-21
/
+21
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-3
/
+3
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-75
/
+48
*
nouveau: compilation fixes
Patrice Mandin
2008-03-02
1
-2
/
+2
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-5
/
+7
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-1
/
+0
*
nouveau: ddx versioning changed
Ben Skeggs
2008-02-12
1
-1
/
+6
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
2
-2
/
+2
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
2
-9
/
+8
[next]