projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2013-08-26
Paul Berry
i965: Don't try to fall back when creating unrecognized...
commit
|
commitdiff
|
tree
2013-08-26
Michel Dänzer
radeonsi: Also set the depth component mask bit for...
commit
|
commitdiff
|
tree
2013-08-26
Kenneth Graunke
glsl: Add built-in function prototypes for GLSL 3.30
commit
|
commitdiff
|
tree
2013-08-26
Kenneth Graunke
glsl: Bump standalone compiler versions to 3.30.
commit
|
commitdiff
|
tree
2013-08-26
Kenneth Graunke
mesa: Set query->EverBound in glQueryCounter().
commit
|
commitdiff
|
tree
2013-08-25
Henri Verbeet
r600g: Implement the new float comparison instructions...
commit
|
commitdiff
|
tree
2013-08-25
Ilia Mirkin
nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to...
commit
|
commitdiff
|
tree
2013-08-25
Ilia Mirkin
nouveau/video: avoid overwriting base codec init with...
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx: don't leak so much
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: fix SGT/SLT/etc
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: bit of re-arrange/cleanup
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: make compiler errors more...
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno: fix segfault when no color buffer bound
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: cat4 cannot use const reg...
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: use max_reg rather than file_count
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: handle saturate on dst
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx/compiler: fix CMP
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx: some texture fixes
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno: update register headers
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno: add debug option to disable scissor optimization
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx: fix viewport on gmem->mem resolve
commit
|
commitdiff
|
tree
2013-08-24
Rob Clark
freedreno/a3xx: fix color inversion on mem->gmem restore
commit
|
commitdiff
|
tree
2013-08-24
Niels Ole Salscheider
radeonsi: Handle additional PIPE_COMPUTE_CAP_*
commit
|
commitdiff
|
tree
2013-08-23
Niels Ole Salscheider
radeonsi: copy r600_get_timestamp
commit
|
commitdiff
|
tree
2013-08-23
Niels Ole Salscheider
radeonsi: Implement PIPE_QUERY_TIMESTAMP
commit
|
commitdiff
|
tree
2013-08-23
Roland Scheidegger
gallivm: fix min/mag switchover point for nearest/none...
commit
|
commitdiff
|
tree
2013-08-23
Jon Severinsson
gallium/osmesa: Link, not copy, the shared library...
commit
|
commitdiff
|
tree
2013-08-23
Jon Severinsson
gallium/osmesa: Always link with the c++ linker.
commit
|
commitdiff
|
tree
2013-08-23
Jon Severinsson
gallium/osmesa: Make and install an osmesa.pc.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add a data structure for tracking VS output...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/vec4: Make a function for setting up vec4 program...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Make prim_to_hw_prim accessible outside brw_draw.c.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: add GS visitors.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add GS_OPCODE_THREAD_END.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add GS_OPCODE_URB_WRITE.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add a flag allowing URB write messages to...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Combine 4 boolean args of brw_urb_WRITE into...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add a case to brwNewProgram() for geometry...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Create structs for use by GS program compilation.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add a case to brwBindProgram() for geometry...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/gs: Add brw->geometry_program.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/vec4: Virtualize setup_payload instead of setup_at...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/vec4: Allow for dispatch_grf_start_reg to vary.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965/vec4: Move vec4 data structures and functions...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Make brw_{shader,vec4}.h safe to include from C.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Stop including brw_vs.h from brw_vec4.h.
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Initialize all elements of ctx->ShaderCompilerOpt...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
i965: Make brw_{program,vs}.h safe to include from...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
mesa/program: Make prog_instruction.h and program.h...
commit
|
commitdiff
|
tree
2013-08-23
Paul Berry
glsl: Refactor handling of gl_ClipDistance/gl_ClipVerte...
commit
|
commitdiff
|
tree
2013-08-23
Timothy Arceri
mesa: Fix assertion error with glDebugMessageControl
commit
|
commitdiff
|
tree
2013-08-23
Kenneth Graunke
mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
commit
|
commitdiff
|
tree
2013-08-23
Kenneth Graunke
meta: Set correct viewport and projection in decompress...
commit
|
commitdiff
|
tree
2013-08-22
Chad Versace
i965: Fix misapplication of gles3 srgb workaround
commit
|
commitdiff
|
tree
2013-08-22
Roland Scheidegger
gallivm: do per-element lod for lod bias and explicit...
commit
|
commitdiff
|
tree
2013-08-22
Roland Scheidegger
gallivm: (trivial) fix int/uint border color clamping
commit
|
commitdiff
|
tree
2013-08-22
Roland Scheidegger
gallivm: (trivial) fix linear aos sampling of 3d compre...
commit
|
commitdiff
|
tree
2013-08-22
Michel Dänzer
radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_F...
commit
|
commitdiff
|
tree
2013-08-22
José Fonseca
gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
commit
|
commitdiff
|
tree
2013-08-22
José Fonseca
trace: Handle null tokens.
commit
|
commitdiff
|
tree
2013-08-22
Chia-I Wu
ilo: do not need last shader stage for 3DSTATE_SBE
commit
|
commitdiff
|
tree
2013-08-22
Chia-I Wu
ilo: fix a potential issue with STATE_SIP
commit
|
commitdiff
|
tree
2013-08-22
Chia-I Wu
ilo: add GEN check to 3DSTATE_CLIP
commit
|
commitdiff
|
tree
2013-08-22
Matt Turner
build: Add --enable-gallium-osmesa flag.
commit
|
commitdiff
|
tree
2013-08-22
Ian Romanick
glsl: Give a warning, not an error, for UBO qualifiers...
commit
|
commitdiff
|
tree
2013-08-22
Matt Turner
glsl: Remove ubo_qualifiers_allowed variable.
commit
|
commitdiff
|
tree
2013-08-22
Matt Turner
glsl: Drop duplicate error messages.
commit
|
commitdiff
|
tree
2013-08-22
Matt Turner
glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
commit
|
commitdiff
|
tree
2013-08-22
Kenneth Graunke
i965/fs: Add code to print out global copy propagation...
commit
|
commitdiff
|
tree
2013-08-21
Armin K
osmesa: Symlink shared library to LIB_DIR
commit
|
commitdiff
|
tree
2013-08-21
Brian Paul
svga: minor clean-ups in emit_hw_vs_vdecl()
commit
|
commitdiff
|
tree
2013-08-21
Roland Scheidegger
gallivm: unify sin and cos implementation
commit
|
commitdiff
|
tree
2013-08-21
Roland Scheidegger
gallivm: add comment for bogus min/mag filter selection...
commit
|
commitdiff
|
tree
2013-08-21
Roland Scheidegger
gallivm: fix rho calculation for 1d case
commit
|
commitdiff
|
tree
2013-08-21
Ville Syrjälä
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
commit
|
commitdiff
|
tree
2013-08-21
Ville Syrjälä
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
commit
|
commitdiff
|
tree
2013-08-21
Maarten Lankhorst
glapi/gen: build temporary files in the build directory
commit
|
commitdiff
|
tree
2013-08-21
Ian Romanick
mesa: Never advertise _S3TC compressed formats
commit
|
commitdiff
|
tree
2013-08-21
Ian Romanick
mesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
commit
|
commitdiff
|
tree
2013-08-21
Ian Romanick
glsl: Track existence of default float precision in...
commit
|
commitdiff
|
tree
2013-08-21
Ian Romanick
glsl: Merge precision qualifiers too
commit
|
commitdiff
|
tree
2013-08-21
Ian Romanick
glsl: Pass type to is_valid_default_precision_type...
commit
|
commitdiff
|
tree
2013-08-21
Rico Schüller
vdpau/decode: Fix comment.
commit
|
commitdiff
|
tree
2013-08-21
Rico Schüller
vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit...
commit
|
commitdiff
|
tree
2013-08-20
Roland Scheidegger
util: add avx2 and xop detection to cpu detection code
commit
|
commitdiff
|
tree
2013-08-20
Roland Scheidegger
gallivm: fix bogus aos path detection
commit
|
commitdiff
|
tree
2013-08-20
Roland Scheidegger
gallivm: do clamping of border color correctly for...
commit
|
commitdiff
|
tree
2013-08-20
Roland Scheidegger
gallivm: implement better control of per-quad/per-eleme...
commit
|
commitdiff
|
tree
2013-08-20
Brian Paul
mesa: use ARRAY_SIZE() macro instead of magic number
commit
|
commitdiff
|
tree
2013-08-20
Ross Burton
build: fix out-of-tree builds in gallium/auxiliary
commit
|
commitdiff
|
tree
2013-08-20
Michel Dänzer
radeonsi: Always pre-load separate VGPRs for centroid...
commit
|
commitdiff
|
tree
2013-08-20
Michel Dänzer
radeonsi: Fix SPI_BARYC_CNTL register initialization
commit
|
commitdiff
|
tree
2013-08-20
Maarten Lankhorst
gallium/osmesa: add same checks to OSMesaMakeCurrent...
commit
|
commitdiff
|
tree
2013-08-20
Maarten Lankhorst
gallium/osmesa: link against static libglapi library...
commit
|
commitdiff
|
tree
2013-08-20
Kenneth Graunke
i965: Shorten sampler loops in precompile key setup.
commit
|
commitdiff
|
tree
2013-08-20
Chia-I Wu
ilo: add ILO_DEBUG=flush
commit
|
commitdiff
|
tree
2013-08-20
Chia-I Wu
ilo: add ILO_DEBUG=draw
commit
|
commitdiff
|
tree
next