projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2014-08-11
Eric Anholt
vc4: Add a bunch of validation of the binning mode...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Validate that the same BO doesn't get reused for...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Use the packet #defines in the kernel validation...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Rename GEM_HANDLES to be in a namespace.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Clean up TMU write validation.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Update a comment about shader validation
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add proper translation from Zc to Zs for vertex...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add support for depth clears and tests within...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Avoid flushing when mapping buffers that aren...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Drop the flush at the end of the draw
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Align following shader recs to 16 bytes.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Fix a potential src buffer overflow in shader...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Keep a reference to BOs queued for rendering.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Compute the proper end address of the relocated...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Walk tiles horizontally, then vertically.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Track clears veresus uncleared draws, and the...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Move the rest of RCL setup to flush time.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Move render command list calls to vc4_flush()
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Move bin command list ending commands to vc4_flush()
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Rename fields in the kernel interface.
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Fix things to validate more than one shader state...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Rewrite the kernel ABI to support texture uniform...
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add docs for the drm interface
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add load/store to the validator
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Switch simulator to using kernel validator
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Drop pointless shader state struct
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add support for texture rectangles
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Add support for texturing (under simulation)
commit
|
commitdiff
|
tree
2014-08-11
Eric Anholt
vc4: Drop PIPE_SHADER_CAP_MAX_ADDRS
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: compute supported GL versions at DRIscreen...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
gallium: pass st_config_options to query_versions
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: return version 0 if the computed core profile...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: add _mesa_get_version, a ctx-independent variant...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: add a context-independent variant of _mesa_overri...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: make _mesa_init_constants context-independent...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: make _mesa_init_extensions context-independent
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: make st_init_limits context-independent
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: move ShaderCompilerOptions into gl_constants
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: make st_init_extensions context-independent
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: make _mesa_override_glsl_version context-independent
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
gallium/stapi: move setting GL versions to the state...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: convert the ETC1 format to an uncompressed...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: add st_context parameter to st_mesa_format_to_...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: advertise ARB_ES3_compatibility if GLSL 3...
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
st/mesa: add support for ETC2 formats
commit
|
commitdiff
|
tree
2014-08-11
Marek Olšák
mesa: add helper _mesa_is_format_etc2
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: add missing GLAPIENTRY in copyimage.c
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
i965/cse: Don't eliminate instructions with side-effects
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
docs/GL3: Mark ARB_copy_image as implemented on i965
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
i965: Add support for ARB_copy_image
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
mesa/meta: Add a partial implementation of CopyImageSubData
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
mesa/meta: Make _mesa_meta_bind_fbo_image also take...
commit
|
commitdiff
|
tree
2014-08-11
Jason Ekstrand
mesa: Add GL API support for ARB_copy_image
commit
|
commitdiff
|
tree
2014-08-11
Matt Turner
i965/fs: Keep track of the register that hold delta_x...
commit
|
commitdiff
|
tree
2014-08-11
Matt Turner
i965: Mark branch unreachable in sampler state code.
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: simplify _mesa_update_draw_buffers()
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: fix assertion in _mesa_drawbuffers()
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: whitespace, 80-column wrapping in program.c
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: simplify/rename _mesa_init_program_struct()
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
st/mesa: use PRId64 for printing 64-bit ints
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: use PRId64 for printing 64-bit ints
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: define and use ALL_TYPE_BITS in varray.c code
commit
|
commitdiff
|
tree
2014-08-11
Brian Paul
mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLA...
commit
|
commitdiff
|
tree
2014-08-11
Maarten Lankhorst
configure.ac: Do not require llvm on x32
commit
|
commitdiff
|
tree
2014-08-11
Neil Roberts
i965: Don't check for format differences when using...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Allow math on immediates on Broadwell.
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Update jump distance scaling for Broadwell.
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Refactor jump distance scaling to use a helper...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Set UIP on ELSE instructions on Broadwell.
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Make it clear that brw_patch_break_count only...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Make it clear that brw_find_loop_end only...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Port Broadwell CMP destination type hack to...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Explicitly disable instruction compaction...
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Use Haswell atomic messages on Broadwell.
commit
|
commitdiff
|
tree
2014-08-11
Kenneth Graunke
i965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
commit
|
commitdiff
|
tree
2014-08-11
Ben Widawsky
i965/clip: Removing scissor atom
commit
|
commitdiff
|
tree
2014-08-11
Ben Widawsky
i965/guardband: Enable for all viewport dimensions...
commit
|
commitdiff
|
tree
2014-08-11
Ben Widawsky
i965: Simplify viewport extents programming on GEN8
commit
|
commitdiff
|
tree
2014-08-11
Ben Widawsky
i965/guardband: Improve comments for guardband clipping
commit
|
commitdiff
|
tree
2014-08-10
Kenneth Graunke
i965: Support the allow_glsl_extension_directive_midsha...
commit
|
commitdiff
|
tree
2014-08-10
Connor Abbott
i965/fs: set virtual_grf_count in assign_regs()
commit
|
commitdiff
|
tree
2014-08-10
Connor Abbott
i965/fs: don't read from uninitialized memory while...
commit
|
commitdiff
|
tree
2014-08-10
Matt Turner
i965/fs: Fix bad whitespace.
commit
|
commitdiff
|
tree
2014-08-10
Niels Ole Salscheider
gallium/radeon: Set gpu_address to 0 if r600_virtual_ad...
commit
|
commitdiff
|
tree
2014-08-10
Marek Olšák
radeonsi: simplify constant buffer upload for big endian
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
winsys/radeon: fix compile warnings
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
r600g/compute: fix compile warnings
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
r300g: handle new shader caps
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
radeonsi: fix CMASK and HTILE allocation on Tahiti
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
gallium/radeon: remove r600_resource_va
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
gallium/radeon: use gpu_address from r600_resource
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
r600g: use gpu_address from r600_resource
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
radeonsi: use gpu_address from r600_resource
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
gallium/radeon: store VM address in r600_resource
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
r600g: remove useless r600_resource_va calls
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
radeonsi: always prefer SWITCH_ON_EOP(0) on CIK
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
radeonsi: fix a hang with instancing in Unigine Heaven...
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
radeon,r200: fix buffer validation after CS flush
commit
|
commitdiff
|
tree
2014-08-09
Marek Olšák
st/mesa: fix blit-based partial TexSubImage for 1D...
commit
|
commitdiff
|
tree
next