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
/
intel
/
intel_pixel_bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
intel: Clean up stale comments about cliprects.
Eric Anholt
2010-01-26
1
-1
/
+1
*
intel: Remove DRI1 junk from blit glBitmap.
Eric Anholt
2010-01-26
1
-82
/
+53
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-2
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-3
/
+0
*
|
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-3
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-1
/
+2
|
\
|
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+1
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
1
-0
/
+1
|
|
\
|
|
*
intel: Silence implicit function declaration warning.
Vinson Lee
2009-12-25
1
-0
/
+1
|
|
*
intel: fix GL state bugs in intel_texture_bitmap()
Brian Paul
2009-10-26
1
-4
/
+3
*
|
|
intel: Fix leakage of active texture state in glBitmap fp metaops.
Eric Anholt
2009-12-22
1
-0
/
+1
*
|
|
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2009-12-02
1
-0
/
+2
|
\
|
|
|
*
|
intel: Fix more front-buffer rendering after Brian's less flushing patch.
Eric Anholt
2009-12-02
1
-0
/
+2
*
|
|
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
1
-3
/
+2
|
/
/
*
|
intel: silence warning
Brian Paul
2009-10-27
1
-0
/
+1
*
|
intel: fix GL state bugs in intel_texture_bitmap()
Brian Paul
2009-10-27
1
-4
/
+3
*
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-4
/
+4
|
/
*
intel: use _mesa_expand_bitmap() to skip an intermediate buffer
Brian Paul
2009-09-01
1
-21
/
+6
*
intel/radeon: add common metaops code.
Dave Airlie
2009-07-15
1
-8
/
+8
*
intel: Set DepthRange in the metaops using RasterPos[2].
Eric Anholt
2009-07-14
1
-0
/
+4
*
intel: Fall back on glBitmap with fog enabled.
Eric Anholt
2009-07-02
1
-0
/
+6
*
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-18
/
+21
*
intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.
Eric Anholt
2009-06-19
1
-1
/
+1
*
i915: Fall back on NPOT textured metaops on 830-class.
Eric Anholt
2009-05-26
1
-0
/
+8
*
intel: Put the constant texcoords used in metaops into a vbo.
Eric Anholt
2009-05-08
1
-13
/
+2
*
intel: Fix some state leakage of {Client,}ActiveTexture in metaops.
Eric Anholt
2009-02-10
1
-0
/
+1
*
i965: fix broken glBitmap + depth test
Brian Paul
2009-01-12
1
-4
/
+16
*
intel: Share passthrough transform setup between glBitmap and glDrawPixels.
Eric Anholt
2008-12-31
1
-17
/
+3
*
intel: Add support for glBitmap as metaops using GL calls.
Eric Anholt
2008-12-31
1
-0
/
+199
*
intel: Fix glBitmap clipping for DRI1.
Eric Anholt
2008-12-23
1
-2
/
+2
*
intel: Fix glBitmap top/bottom clipping.
Eric Anholt
2008-12-19
1
-40
/
+35
*
intel: Don't forget the source bitmap size when clipping the size we draw.
Eric Anholt
2008-12-19
1
-1
/
+3
*
intel: Update mesa state in blit operations that want post-scissor draw bounds.
Eric Anholt
2008-12-19
1
-0
/
+4
*
intel: Fix glBitmap blit acceleration for FBO destinations.
Eric Anholt
2008-12-06
1
-33
/
+39
*
intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.
Eric Anholt
2008-10-31
1
-5
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-7
/
+7
*
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-09-10
1
-1
/
+0
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-4
/
+3
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-3
/
+4
*
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
1
-1
/
+1
*
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-26
1
-3
/
+2
*
intel: Avoid glBitmap software fallback for blending when no blending occurs.
Eric Anholt
2008-06-24
1
-1
/
+1
*
i965: use RGB565 to render a bitmap if Depth is 16
Xiang, Haihao
2008-03-07
1
-10
/
+10
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-0
/
+2
*
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2008-01-09
1
-1
/
+0
[next]