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: minor code clean-ups
Brian Paul
2009-09-14
1
-11
/
+8
*
intel: fix renderbuffer map/unmap regression
Brian Paul
2009-09-14
1
-14
/
+14
*
intel: remove unneeded driver function assignments
Brian Paul
2009-09-14
1
-5
/
+0
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-10
1
-0
/
+16
|
\
|
*
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
*
|
|
intel: Don't forget to map the depth read buffer in spans.
Eric Anholt
2009-09-10
1
-22
/
+28
*
|
|
i965: fix an overlooked merge conflict
Brian Paul
2009-09-09
1
-13
/
+0
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
2
-0
/
+20
|
\
|
|
|
*
|
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
*
|
|
intel: add B43 chipset support
Zhenyu Wang
2009-09-09
2
-1
/
+6
*
|
|
intel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+2
*
|
|
i965: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+1
*
|
|
Revert "intel: helper to debug bufmgr (disabled)"
Eric Anholt
2009-09-08
1
-4
/
+0
*
|
|
intel: #include clean-ups
Brian Paul
2009-09-08
2
-8
/
+0
*
|
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-10
/
+1
*
|
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-3
/
+4
*
|
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-4
/
+4
|
/
/
*
|
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
[next]