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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
2
-26
/
+2
*
intel: Pack colors for blit at blit time, rather than at ClearColor.
Eric Anholt
2009-11-19
3
-26
/
+3
*
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-19
1
-0
/
+3
*
i915: Remove dead meta_draw_quad code.
Eric Anholt
2009-11-19
1
-8
/
+0
*
i965: Use MESA_FORMAT_AL1616 when appropriate
Ian Romanick
2009-11-16
1
-3
/
+9
*
intel: Remove some dead context structure fields.
Eric Anholt
2009-11-13
1
-2
/
+0
*
i965: Remove an unused cache_item field.
Eric Anholt
2009-11-13
1
-1
/
+1
*
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-13
1
-0
/
+21
*
intel: When subdataing a busy buffer, use a temporary and blit in.
Eric Anholt
2009-11-13
1
-3
/
+16
*
intel: Don't check for context pointer to be NULL during extension init
Ian Romanick
2009-11-12
1
-7
/
+6
*
intel: Remove unused enable_imaging parameter to intelInitExtensions
Ian Romanick
2009-11-12
3
-6
/
+4
*
intel: better front color buffer test in intelClear()
Brian Paul
2009-11-06
1
-2
/
+3
*
intel: Finish removing the fallback code for bug #16697.
Eric Anholt
2009-11-06
1
-6
/
+2
*
intel: Don't validate in a texture image used as a render target.
Eric Anholt
2009-11-06
3
-11
/
+15
*
intel: Clean up some extra struct indirection in finalize.
Eric Anholt
2009-11-06
1
-2
/
+1
*
intel: Use _mesa_get_current_tex_object() to clean up TFP path.
Eric Anholt
2009-11-06
1
-4
/
+4
*
intel: Remove duplicated arguments from intel_miptree_match_image().
Eric Anholt
2009-11-06
3
-10
/
+7
*
intel: Remove obsolete comment about GEM in the spans code.
Eric Anholt
2009-11-06
1
-1
/
+0
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
3
-13
/
+35
*
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
5
-9
/
+20
*
intel: call intel_check_front_buffer_rendering() in intelClear()
Brian Paul
2009-11-06
1
-0
/
+3
*
Fix YTILE spantmp functions
Alan Hourihane
2009-11-04
1
-2
/
+2
*
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-11-03
3
-2
/
+23
*
intel: Use GTT mapping when available for swrast.
Eric Anholt
2009-10-30
3
-1
/
+88
*
intel: Fix up z24_x8 depth spans since the texformat merge.
Eric Anholt
2009-10-30
1
-12
/
+6
*
intel: Set the texture format in the TFP path.
Eric Anholt
2009-10-30
1
-3
/
+6
*
intel: fix up some XRGB breakage
Brian Paul
2009-10-30
3
-3
/
+6
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
7
-36
/
+44
*
intel: remove memcpy_get_tex_image() code
Brian Paul
2009-10-29
1
-103
/
+2
*
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
2
-23
/
+38
*
intel: check for single memcpy() in memcpy_get_tex_image()
Brian Paul
2009-10-29
1
-5
/
+10
*
intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case.
Eric Anholt
2009-10-29
1
-1
/
+1
*
intel: Clean up merge leftover from the DRI2 swap throttling.
Eric Anholt
2009-10-29
1
-5
/
+0
*
intel: remove debug code
Brian Paul
2009-10-29
1
-1
/
+0
*
intel: added fast memcpy path for glGetTexImage()
Brian Paul
2009-10-29
1
-3
/
+102
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
12
-245
/
+163
|
\
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-6
/
+0
|
*
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
2
-2
/
+2
|
*
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-5
/
+4
|
*
intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions
Brian Paul
2009-10-21
4
-31
/
+19
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
5
-107
/
+37
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
5
-5
/
+0
|
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-4
/
+0
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-6
/
+7
|
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-0
/
+1
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
4
-9
/
+10
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
10
-85
/
+84
|
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
2
-25
/
+24
|
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
2
-9
/
+11
|
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
3
-4
/
+11
[next]