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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
3
-3
/
+3
*
mesa: move atifragshader.[ch] to main/
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
2
-6
/
+4
*
i965: remove UseProgram driver callback
Brian Paul
2010-06-10
1
-10
/
+0
*
intel: Remove unnecessary header.
Vinson Lee
2010-06-10
1
-1
/
+0
*
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-10
6
-14
/
+85
*
intel: Use the blitter to upload TexSubImage data to busy textures.
Eric Anholt
2010-06-09
1
-10
/
+67
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
5
-20
/
+26
*
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
2010-06-08
1
-0
/
+1
*
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
9
-60
/
+41
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
44
-272
/
+277
*
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
2010-06-08
1
-4
/
+1
*
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
2010-06-08
1
-22
/
+4
*
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
2010-06-08
1
-1
/
+1
*
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
2
-59
/
+61
*
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
1
-0
/
+4
*
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-26
/
+12
*
r600: Fill uiFP_OutputMap for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-16
/
+17
*
r300compiler: fix scons build
Joakim Sindholt
2010-06-05
1
-0
/
+2
*
i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.
Chris Wilson
2010-06-05
2
-8
/
+24
*
i915: Fix off-by-one for drawing rectangle.
Chris Wilson
2010-06-05
1
-2
/
+2
*
i915: Inhibit render cache flush when changing drawing rectangle offset.
Chris Wilson
2010-06-05
1
-1
/
+1
*
r300/compiler: implement SIN+COS+SCS for vertex shaders
Marek Olšák
2010-06-05
3
-21
/
+76
*
r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
2
-1
/
+37
*
r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
2
-0
/
+36
*
r300/compiler: implement SFL for vertex shaders
Marek Olšák
2010-06-05
1
-2
/
+3
*
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-06-04
3
-2
/
+18
*
i915: Clamp minimum lod to maximum texture level too.
Eric Anholt
2010-06-04
1
-1
/
+3
*
intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.
Eric Anholt
2010-06-04
1
-1
/
+1
*
r300/compiler: print opcode names instead of numbers
Marek Olšák
2010-06-03
3
-8
/
+8
*
dri/swrast: Remove unnecessary header.
Vinson Lee
2010-06-02
1
-1
/
+0
*
intel: Remove a leftover DRI1/DRI2 conditional
Kristian Høgsberg
2010-06-02
1
-7
/
+2
*
intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA
Kristian Høgsberg
2010-06-01
1
-0
/
+8
*
swrast: add TFP support to swrast.
Dave Airlie
2010-05-31
1
-0
/
+69
*
gallium: fix TFP on gallium
Dave Airlie
2010-05-31
1
-0
/
+1
*
intel: Initialize batch->reserved_space on allocation
Chris Wilson
2010-05-31
1
-2
/
+1
*
r300: fix blits for textures of width/height greater than 2048 on r5xx
Marek Olšák
2010-05-29
1
-5
/
+9
*
i965: Add cache unit -> bo name mapping for more gen6 state objects.
Eric Anholt
2010-05-28
1
-0
/
+3
*
i965: fix PIPE_CONTROL command for gen6.
Zou Nan hai
2010-05-28
1
-1
/
+10
*
fbdev: some hacking to get the driver to compile (untested)
Brian Paul
2010-05-27
1
-1
/
+7
*
Enable hardware mipmap generation for radeon.
Will Dyson
2010-05-26
1
-3
/
+8
*
Fix image_matches_texture_obj() MaxLevel check
Will Dyson
2010-05-26
1
-4
/
+7
*
Fallback to software render if there is no miptree for an image
Will Dyson
2010-05-26
1
-4
/
+4
*
i965: Add support for EXT_timer_query on Ironlake.
Eric Anholt
2010-05-26
2
-24
/
+67
*
intel: Handle decode of PIPE_CONTROL instructions.
Eric Anholt
2010-05-26
1
-0
/
+27
*
i965: Move Gen6 debugging emit_mi_flush into the Gen6 block.
Eric Anholt
2010-05-26
1
-2
/
+2
*
i965: Don't PIPE_CONTROL instruction cache flush.
Eric Anholt
2010-05-26
1
-1
/
+0
*
i965: Emit MI_FLUSH before PSP on Ironlake for clip max threads errata.
Eric Anholt
2010-05-26
1
-0
/
+7
*
r300/compiler: implement SGT+SLE opcodes
Marek Olšák
2010-05-26
1
-0
/
+20
*
r300/compiler: fix dumping r5xx vertex shaders
Marek Olšák
2010-05-26
1
-0
/
+3
[next]