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: disable intel_stencil_drawpixels() for now
Brian Paul
2009-09-10
1
-0
/
+16
*
Fix merge fail
Ian Romanick
2009-09-10
1
-13
/
+0
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Ian Romanick
2009-09-10
2
-1
/
+6
|
\
|
*
intel: add B43 chipset support
Zhenyu Wang
2009-09-10
2
-1
/
+6
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
2
-0
/
+20
|
\
|
|
*
i965: Fix warnings in intel_pixel_read.c.
Eric Anholt
2009-09-04
1
-0
/
+4
|
*
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
2009-09-04
3
-1
/
+28
|
*
intel: Update Mesa state before span setup in glReadPixels.
Eric Anholt
2009-09-04
2
-3
/
+12
|
*
intel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt
2009-09-04
1
-0
/
+306
|
*
intel: Align untiled region height to 2 according to 965 docs.
Eric Anholt
2009-09-04
1
-0
/
+7
*
|
mesa: rename gl_sync_object::Status to StatusFlag
Brian Paul
2009-09-03
1
-2
/
+2
*
|
intel: Add support for ARB_sync.
Eric Anholt
2009-09-03
4
-0
/
+143
*
|
intel: helper to debug bufmgr (disabled)
Brian Paul
2009-09-03
1
-0
/
+4
*
|
mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure
Brian Paul
2009-09-03
1
-3
/
+8
*
|
intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.
Eric Anholt
2009-09-02
2
-15
/
+59
*
|
intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it.
Eric Anholt
2009-09-02
1
-1
/
+1
*
|
intel: Move MapBufferRange mesa state setting up to cover the 915 case.
Eric Anholt
2009-09-02
1
-7
/
+7
*
|
intel: use _mesa_expand_bitmap() to skip an intermediate buffer
Brian Paul
2009-09-01
1
-21
/
+6
*
|
intel: use BUFFER_BITS_COLOR
Brian Paul
2009-09-01
1
-1
/
+1
*
|
intel: fix incorrect parameter type for intel_bufferobj_map_range()
Brian Paul
2009-09-01
1
-1
/
+1
*
|
intel: set Length/Offset fields in intel_bufferobj_map()
Brian Paul
2009-09-01
1
-0
/
+3
*
|
intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() fails
Brian Paul
2009-09-01
1
-5
/
+1
*
|
intel: trim down #includes
Brian Paul
2009-09-01
1
-8
/
+0
*
|
intel: use _mesa_meta_draw_pixels()
Brian Paul
2009-09-01
1
-147
/
+4
*
|
intel: trim down #includes
Brian Paul
2009-09-01
1
-17
/
+0
*
|
intel: use _mesa_meta_clear(), it's a bit faster
Brian Paul
2009-09-01
1
-1
/
+2
*
|
intel: clear buffer fields in intel_bufferobj_unmap()
Brian Paul
2009-08-31
1
-0
/
+2
*
|
intel: use more efficient loop over buffers
Brian Paul
2009-08-30
1
-3
/
+7
*
|
intel: Add support for GL_ARB_map_buffer_range.
Eric Anholt
2009-08-28
5
-35
/
+189
*
|
intel: Add support for ARB_copy_buffer.
Eric Anholt
2009-08-27
2
-2
/
+93
*
|
intel: Align untiled region height to 2 according to 965 docs.
Eric Anholt
2009-08-19
1
-0
/
+10
*
|
i965: Add support for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-14
1
-0
/
+1
*
|
intel: in intel_context struct use typedef for sarea struct
Tobias Doerffel
2009-08-14
1
-1
/
+1
*
|
intel: use new _mesa_meta_copy_pixels() function
Brian Paul
2009-08-10
1
-165
/
+2
*
|
intel: add missing \n to fprintf()
Brian Paul
2009-08-10
1
-1
/
+1
*
|
intel: use new _mesa_meta_blit_framebuffer() function
Brian Paul
2009-08-10
2
-69
/
+7
*
|
Revert "i965: Disable texture tiling by default."
Eric Anholt
2009-08-07
1
-1
/
+5
*
|
intel: Align region height as required for tiled regions.
Eric Anholt
2009-08-07
1
-0
/
+5
*
|
intel: Add some more safety asserts in the blit code.
Eric Anholt
2009-08-07
1
-0
/
+3
*
|
intel: minor context comments
Brian Paul
2009-08-07
1
-1
/
+5
*
|
intel: move blit call out of assert()
Brian Paul
2009-08-07
1
-7
/
+9
*
|
intel: fix typo: s/softare/software/
Brian Paul
2009-08-07
1
-2
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
1
-0
/
+5
|
\
|
|
*
intel: Fix inverted test for disabling flushing of front buffer output.
Brian Paul
2009-08-04
1
-1
/
+1
|
*
intel: Wait on the last swapbuffers to complete before queuing a new one.
Brian Paul
2009-08-04
3
-0
/
+28
*
|
intel: implement intelCompressedTexSubImage2D
Roland Scheidegger
2009-08-05
1
-21
/
+44
*
|
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-08-04
1
-0
/
+2
*
|
intel: Fix inverted test for disabling flushing of front buffer output.
Eric Anholt
2009-08-03
1
-1
/
+1
*
|
intel: Wait on the last swapbuffers to complete before queuing a new one.
Eric Anholt
2009-08-03
3
-0
/
+28
*
|
i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.
Eric Anholt
2009-07-29
1
-0
/
+2
[next]