index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_tex_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-40
/
+40
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-13
/
+4
*
intel: Silence "warning: unused parameter ‘depth0’"
Ian Romanick
2011-09-09
1
-3
/
+2
*
intel: Add implementation of MapTextureImage/UnmapTextureImage.
Eric Anholt
2011-08-29
1
-2
/
+2
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-21
/
+14
*
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
2011-07-12
1
-22
/
+3
*
intel: During glTexImage, allocate renderbuffers for faking s8z24 textures
Chad Versace
2011-06-24
1
-0
/
+62
*
intel: Perform gather on s8z24 texture images during glGetTexImage
Chad Versace
2011-06-24
1
-0
/
+8
*
intel: Define functions intel_texture_s8z24_scatter/gather
Chad Versace
2011-06-24
1
-0
/
+70
*
intel: Add fields to intel_texture for faking s8z24 with separate stencil
Chad Versace
2011-06-24
1
-12
/
+1
*
intel: Drop the cpp argument to intel_miptree_create().
Eric Anholt
2011-06-14
1
-4
/
+0
*
intel: Calculate compress_byte in intel_miptree_create.
Eric Anholt
2011-06-14
1
-7
/
+3
*
intel: Use the gl_format to get the base_format for miptree create.
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Drop the internal_format field of the mipmap tree.
Eric Anholt
2011-06-14
1
-3
/
+1
*
intel: Add the MESA_FORMAT as a field of the miptree.
Eric Anholt
2011-06-14
1
-2
/
+3
*
mesa: get rid of homegrown logbase2 implementation in drivers
Roland Scheidegger
2011-06-09
1
-15
/
+1
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-2
/
+2
*
intel: Don't leak the tex object miptree when replacing it
Ian Romanick
2011-03-28
1
-1
/
+3
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
1
-1
/
+2
*
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
-2
/
+2
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
1
-2
/
+4
*
intel: When making a new teximage miptree, make a full one.
Eric Anholt
2011-01-10
1
-79
/
+68
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
1
-35
/
+90
*
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
2011-01-05
1
-90
/
+35
*
intel: Drop unused first/lastlevel args to miptree_create_for_region.
Eric Anholt
2011-01-05
1
-3
/
+2
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-9
/
+10
*
intel: Remove duplicated teximage miptree to object miptree promotion.
Eric Anholt
2010-11-03
1
-15
/
+0
*
intel: Avoid taking logbase2 of several things that we max.
Eric Anholt
2010-11-03
1
-5
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
dri/intel: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
intel: More reverting of the sw fallback for depth texture border color.
Eric Anholt
2010-09-24
1
-4
/
+1
*
intel: Remove unnecessary minimum pitch alignment to 32 bytes.
Eric Anholt
2010-09-23
1
-6
/
+0
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-14
/
+6
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
1
-2
/
+2
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-4
/
+4
*
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-13
1
-3
/
+1
*
intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate
Kristian Høgsberg
2010-05-11
1
-1
/
+3
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-3
/
+3
*
intel: Update renderbuffers unconditionally in intelSetTexBuffer2()
Kristian Høgsberg
2010-05-04
1
-2
/
+1
*
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
1
-2
/
+2
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
1
-23
/
+0
*
intel: Implement GL_OES_EGL_image entrypoints
Kristian Høgsberg
2010-02-24
1
-0
/
+52
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-1
/
+4
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
1
-1
/
+1
*
dri_interface: Introduce DRI tokens for the texBuffer texture formats
Kristian Høgsberg
2010-02-09
1
-4
/
+4
*
intel: Allow L8 PBO blit uploads.
Damien Lespiau
2010-02-06
1
-0
/
+5
*
intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.
Eric Anholt
2010-02-06
1
-0
/
+1
[next]