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
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-1
/
+1
*
intel: Make intel_blit.c take pitches in bytes.
Eric Anholt
2013-01-18
1
-1
/
+1
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-2
/
+3
*
intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507
Eric Anholt
2012-05-14
1
-2
/
+0
*
intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
2012-05-04
1
-4
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-10
/
+10
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-1
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+3
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-2
/
+1
*
intel: Fix use of freed buffer if glBitmap is called after a swap.
Eric Anholt
2011-07-07
1
-3
/
+4
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-1
/
+1
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
1
-0
/
+4
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-1
/
+1
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-1
/
+1
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-4
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
i965: fallback bitmap operation on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+6
*
intel: Remove unnecessary header.
Vinson Lee
2010-09-25
1
-1
/
+0
*
intel: Remove unnecessary headers.
Vinson Lee
2010-09-24
1
-10
/
+0
*
intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.
Vinson Lee
2010-09-24
1
-0
/
+1
*
intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.
Eric Anholt
2010-09-23
1
-180
/
+1
*
intel: Add missing header.
Vinson Lee
2010-07-29
1
-0
/
+1
*
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
[next]