index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
move st_invalidate_state() prototype to st_context.h
Brian
2007-11-05
2
-2
/
+2
*
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
2
-39
/
+29
*
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
4
-39
/
+64
*
added st_notify_swapbuffers()
Brian
2007-11-05
2
-0
/
+19
*
added st_get_framebuffer_surface() and ST_SURFACE_x tokens
Brian
2007-11-05
2
-0
/
+30
*
comments, tweaks
Brian
2007-11-05
2
-3
/
+9
*
added st_unreference_framebuffer()
Brian
2007-11-05
2
-1
/
+10
*
set stfb->Base.Initialized
Brian
2007-11-05
1
-0
/
+3
*
added st_resize_framebuffer()
Brian
2007-11-05
2
-0
/
+17
*
st_create_framebuffer() working
Brian
2007-11-05
1
-30
/
+17
*
move st_create_framebuffer() to new st_framebuffer.c file
Brian
2007-11-05
1
-10
/
+0
*
new file for st_framebuffer stuff
Brian
2007-11-05
1
-0
/
+103
*
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-05
3
-0
/
+41
*
added check for fb==NULL
Brian
2007-11-05
1
-1
/
+3
*
include context.h
Brian
2007-11-05
1
-0
/
+1
*
call FLUSH_VERTICES() in st_flush()
Brian
2007-11-05
1
-0
/
+2
*
public st_flush()
Brian
2007-11-05
2
-10
/
+25
*
Check if the user/texenvprogram is just a pass-through program and skip progr...
Brian
2007-11-04
1
-4
/
+35
*
Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting
Zack Rusin
2007-11-02
1
-4
/
+1
*
Start re-working SwapBuffers.
Brian
2007-11-01
1
-1
/
+6
*
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-11-01
2
-0
/
+33
*
silence the finalize_mipmap_tree msg
Brian
2007-11-01
1
-0
/
+2
*
plug in _mesa_test_proxy_teximage, temporarily
Brian
2007-11-01
1
-0
/
+3
*
remove dead code
Brian
2007-11-01
1
-14
/
+0
*
remove unneeded tnl stuff
Brian
2007-11-01
1
-7
/
+0
*
No longer need st_update_tnl atom
Brian
2007-10-31
2
-2
/
+0
*
Use ffvertex_prog.c code instead of t_vp_build.c code.
Brian
2007-10-31
1
-4
/
+0
*
Lift VBO/tnl stuff up out of drivers
Brian
2007-10-31
1
-0
/
+8
*
plug st_invalidate_state() into ctx->Driver.UpdateState
Brian
2007-10-31
1
-0
/
+10
*
Implement shader concatenation for glBitmap.
Brian
2007-10-30
2
-39
/
+81
*
combine shaders for glCopyPixels
Brian
2007-10-30
1
-79
/
+64
*
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
5
-28
/
+58
*
Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...
Brian
2007-10-30
1
-2
/
+10
*
color matrix
Brian
2007-10-30
1
-15
/
+86
*
start using program cache
Brian
2007-10-30
1
-5
/
+70
*
added pixel_transfer_cache
Brian
2007-10-30
2
-1
/
+7
*
tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.
Michel Dänzer
2007-10-30
1
-1
/
+2
*
Disable debug code.
Brian
2007-10-30
2
-2
/
+10
*
Remove obsolete files
Brian
2007-10-30
3
-233
/
+0
*
Rename file since it's now a state atom
Brian
2007-10-30
2
-0
/
+197
*
checkpoint: combine pixel transfer and user shader for glDrawPixels
Brian
2007-10-30
1
-1
/
+33
*
make st_upload_constants() public
Brian
2007-10-30
2
-5
/
+52
*
added pixel_transfer_program field
Brian
2007-10-30
1
-0
/
+2
*
added st_update_pixel_transfer atom
Brian
2007-10-30
2
-1
/
+3
*
bug fixes, implement state atom for pixel transfer
Brian
2007-10-30
1
-11
/
+41
*
Set _NEW_BUFFERS in glRead/DrawBuffer().
Brian
2007-10-30
1
-5
/
+1
*
comment unused 'cb' field
Brian
2007-10-30
1
-0
/
+1
*
update comments, fix typo
Brian
2007-10-30
1
-4
/
+3
*
Initial version of st_get_pixel_transfer_program().
Brian
2007-10-30
2
-0
/
+167
*
Enable immediates in TGSI and work with them in LLVM code.
Zack Rusin
2007-10-30
1
-14
/
+0
[next]