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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
27
-63
/
+61
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
3
-9
/
+5
*
ilo: Initialize read_back in transfer_map_sys.
Vinson Lee
2013-05-10
1
-1
/
+1
*
r600g: increase array size for shader inputs and outputs
Marek Olšák
2013-05-10
2
-2
/
+4
*
targets/dri-i915: Force c++ linker in all cases
Chí-Thanh Christopher Nguyễn
2013-05-09
1
-8
/
+2
*
i965: Actually use the user timeout in glClientWaitSync.
Ben Widawsky
2013-05-09
1
-9
/
+1
*
i965: make GT3 machines work as GT3 instead of GT2
Paulo Zanoni
2013-05-09
2
-37
/
+41
*
i965: Add chipset limits for the Haswell GT3 variant.
Kenneth Graunke
2013-05-09
1
-0
/
+6
*
i965: Update URB partitioning code for Haswell's GT3 variant.
Kenneth Graunke
2013-05-09
1
-8
/
+17
*
i965: Delete dead intel_span.c symlink.
Kenneth Graunke
2013-05-09
1
-1
/
+0
*
i965/vs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
4
-63
/
+31
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
6
-72
/
+38
*
ilo: Add support for HW primitive restart.
Courtney Goeltzenleuchter
2013-05-10
3
-2
/
+194
*
svga: misc whitespace and comment fixes in svga_cmd.c
Brian Paul
2013-05-09
1
-82
/
+82
*
st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index buffer
Brian Paul
2013-05-09
1
-1
/
+1
*
ilo: add support for PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2013-05-09
2
-5
/
+61
*
ilo: support mapping with a staging system buffer
Chia-I Wu
2013-05-09
1
-0
/
+77
*
ilo: allow for different mapping methods
Chia-I Wu
2013-05-09
1
-115
/
+187
*
ilo: allow bo format to differ from that requested
Chia-I Wu
2013-05-09
2
-14
/
+22
*
draw/llvm: Add additional llvm optimization passes
Stéphane Marchesin
2013-05-08
1
-0
/
+3
*
i965: Sync brw_format_for_mesa_format() table with new Mesa formats.
Eric Anholt
2013-05-08
1
-1
/
+31
*
i965: Update the surface formats table from the current specs.
Eric Anholt
2013-05-08
1
-0
/
+65
*
i965: Add surface format defines from the public specs.
Eric Anholt
2013-05-08
1
-0
/
+45
*
mesa/program: Don't copy propagate from swizzles.
Fabian Bieler
2013-05-08
1
-0
/
+2
*
mesa/st: Don't copy propagate from swizzles.
Fabian Bieler
2013-05-08
1
-0
/
+2
*
i965: Fix hangs on HSW since the gen6 blorp fix.
Eric Anholt
2013-05-08
1
-2
/
+101
*
egl/android: Fix error condition for EGL_ANDROID_image_native_buffer
Chad Versace
2013-05-08
1
-2
/
+14
*
i915: Use Y tiling for textures
Stéphane Marchesin
2013-05-08
1
-2
/
+7
*
i915g: Optimize batchbuffer sizes
Stéphane Marchesin
2013-05-08
2
-4
/
+6
*
i915g: Add more PIPE_CAP_* support
Stéphane Marchesin
2013-05-08
1
-0
/
+9
*
ilo: remove our own type inference
Chia-I Wu
2013-05-08
1
-97
/
+27
*
ilo: use tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-08
3
-92
/
+4
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
2
-1
/
+2
*
tgsi: refactor tgsi_opcode_infer_src_type()
Chia-I Wu
2013-05-08
1
-35
/
+9
*
tgsi: refactor tgsi_opcode_infer_dst_type()
Chia-I Wu
2013-05-08
1
-25
/
+35
*
tgsi: reorder opcodes in opcode type inference
Chia-I Wu
2013-05-08
1
-24
/
+24
*
tgsi: clean up exec_tex()
Chia-I Wu
2013-05-08
1
-168
/
+52
*
tgsi: add tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-08
2
-0
/
+94
*
nv50: initialize kick_notify callback in nv50_create
Bryan Cain
2013-05-07
1
-0
/
+1
*
i965: Use Y-tiled blits to untile for cached mappings of miptrees.
Eric Anholt
2013-05-07
1
-1
/
+2
*
i965: Add support for Y-tiled blits on gen6+.
Eric Anholt
2013-05-07
2
-3
/
+42
*
i965: Count occlusion query samples for CopyPixels using the 2D engine.
Eric Anholt
2013-05-07
1
-0
/
+3
*
egl/wayland: Implement EGL_EXT_swap_buffers_with_damage
Robert Bragg
2013-05-07
1
-3
/
+26
*
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
Robert Bragg
2013-05-07
4
-0
/
+41
*
gallium: more tgsi documentation updates
Roland Scheidegger
2013-05-07
1
-131
/
+250
*
ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.
Vinson Lee
2013-05-07
1
-0
/
+1
*
r600g/sb: optimize some cases for CNDxx instructions
Vadim Girlin
2013-05-07
2
-5
/
+81
*
r600g/sb: fix memory leaks
Vadim Girlin
2013-05-07
2
-1
/
+7
*
r600g/sb: fix kcache handling on r6xx
Vadim Girlin
2013-05-07
1
-1
/
+5
*
intel: Remove renderbuffer delete setup from texture wrapping.
Eric Anholt
2013-05-06
1
-1
/
+0
[next]