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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: fix SUMO2 pci id
Alex Deucher
2013-12-24
1
-1
/
+1
*
scons: Add system library linker flags on LLVM 3.5.
Vinson Lee
2013-12-23
1
-0
/
+2
*
r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
2013-12-23
1
-0
/
+2
*
st/vdpau: Destroy context when initialization fails
Aaron Watry
2013-12-23
1
-0
/
+1
*
radeon/llvm: Free target data at end of optimization
Aaron Watry
2013-12-23
1
-0
/
+1
*
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
2013-12-23
1
-1
/
+1
*
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
2013-12-23
1
-0
/
+2
*
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
2013-12-23
5
-18
/
+41
*
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
2013-12-23
1
-1
/
+4
*
clover: Remove unused variable
Aaron Watry
2013-12-23
1
-1
/
+0
*
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
2013-12-22
1
-0
/
+6
*
st/mesa: use pipe_sampler_view_release()
Jonathan Liu
2013-12-22
1
-1
/
+1
*
i915: Add support for gl_FragData[0] reads.
Henri Verbeet
2013-12-22
1
-0
/
+1
*
radeonsi: Use htile_buffer for depth only when there is no stencil.
Andreas Hartmetz
2013-12-22
1
-0
/
+8
*
winsys/radeon: remove superfluous distinction of cases
Niels Ole Salscheider
2013-12-22
1
-15
/
+5
*
mesa: inline r200 radeon texture format macros to facility search and replace
Mark Mueller
2013-12-21
2
-102
/
+70
*
mesa: Fix build to properly check for supported compiler flags
Lauri Kasanen
2013-12-20
3
-1
/
+83
*
mesa: It is not possible to have GLSL < 1.20
Ian Romanick
2013-12-20
2
-3
/
+0
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
4
-20
/
+18
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
12
-40
/
+11
*
radeon: Sort list of enabled extensions
Ian Romanick
2013-12-20
1
-6
/
+5
*
r200: Sort list of enabled extensions
Ian Romanick
2013-12-20
1
-16
/
+10
*
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
2013-12-20
3
-6
/
+4
*
dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
Keith Packard
2013-12-20
2
-7
/
+7
*
i965: Set fast color clear mcs_state on newly allocated image miptrees
Keith Packard
2013-12-20
1
-3
/
+7
*
i965: Correct check for re-bound buffer in intel_update_image_buffer
Keith Packard
2013-12-20
1
-4
/
+15
*
dri3: Clean up struct dri3_drawable
Keith Packard
2013-12-20
1
-5
/
+1
*
dri3: Free resources when drawable is destroyed.
Keith Packard
2013-12-20
2
-2
/
+20
*
dri3: Switch to libxshmfence version 1.1
Keith Packard
2013-12-20
3
-4
/
+4
*
i965: Use RED for depth texture formats rather than INTENSITY.
Kenneth Graunke
2013-12-20
1
-4
/
+4
*
i965/gen6: Fix HiZ hang in WebGL Google Maps
Chad Versace
2013-12-20
1
-0
/
+15
*
i965: Store QPitch in intel_mipmap_tree.
Kenneth Graunke
2013-12-20
2
-6
/
+10
*
i965: Add support for Broadwell's new register types.
Kenneth Graunke
2013-12-20
3
-1
/
+19
*
i965: Add BRW_REGISTER_TYPE_DF.
Kenneth Graunke
2013-12-20
3
-0
/
+6
*
i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.
Kenneth Graunke
2013-12-20
4
-22
/
+95
*
i965: Decode three-source register types directly.
Kenneth Graunke
2013-12-20
1
-25
/
+14
*
i965: Disassemble UV types, not UB types.
Kenneth Graunke
2013-12-20
1
-2
/
+2
*
i965: Add missing BRW_REGISTER_TYPE_UV.
Kenneth Graunke
2013-12-20
1
-0
/
+1
*
i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
2013-12-20
1
-1
/
+1
*
i965: Use {point_sprite,flat}_enable variable names instead of dw*.
Kenneth Graunke
2013-12-20
2
-10
/
+14
*
i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.
Kenneth Graunke
2013-12-20
2
-6
/
+3
*
i965: Delete bogus BRW_REGISTER_TYPE_HF define.
Kenneth Graunke
2013-12-20
2
-2
/
+0
*
Report that no function found if signature lookup is empty
Kevin Rogovin
2013-12-20
1
-9
/
+16
*
Use line number information from entire function expression
Kevin Rogovin
2013-12-20
1
-1
/
+1
*
radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
2013-12-20
1
-4
/
+7
*
r600g: Fix spelling error
Aaron Watry
2013-12-19
1
-1
/
+1
*
egl: break instead of looping after driver is found
Quanxian Wang
2013-12-19
2
-2
/
+6
*
mesa: Assert variable coming from get_variable() in get_current_attrib
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+1
*
mesa: Add asserts into emit_fog_instructions
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+3
*
glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
2013-12-19
1
-8
/
+12
[next]